Html Css Color HEX #C2B5AE Tide

📋 copy color: '#C2B5AE'

red 194 ◦ green 181 ◦ blue 174

#C2B5AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tide #C2B5AE

Tints of Tide #C2B5AE

RGB

 RED value IS 194 (76.17% from 255) = 35.34%

 GREEN value IS 181 (71.09% from 255) = 32.97%

 BLUE value IS 174 (68.36% from 255) = 31.69%

R = 35.34%
G = 32.97%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C2B5AE (or 0xC2B5AE) is known color: Tide. HEX triplet: C2, B5 and AE. RGB value is (194,181,174). Sum of RGB (Red+Green+Blue) = 194+181+174=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 181 (71.09% from 255 or 32.97% from 549); Blue value is 174 (68.36% from 255 or 31.69% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B5AE is #3D4A51. Grayscale: #B8B8B8. Windows color (decimal): -4016722 or 11449794. OLE color: 11449794.

HSL color Cylindrical-coordinate representation of color #C2B5AE: hue angle of 21º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C2B5AE is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 181 174 -
CMYK 0 0.07 0.10 0.24
HSL 21º 0.14% 0.72% -
HSV(B) 21º 0.1% 0.76% -
XYZ 46.41 47.57 46.78 -
YUV 184.09 122.31 135.07 -
System Red Green Blue C M Y K H S L
Decimal 194 181 174 0 0.07 0.10 0.24 21 0.14 0.72
Hex C2 B5 AE 0 7 A 18 15 E 48
Octal 302 265 256 0 7 12 30 25 16 110
Binary 11000010 10110101 10101110 0 111 1010 11000 10101 1110 1001000

Color Harmonies of #C2B5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B5AE

Black with #C2B5AE

Text Example


Text Example

White with #C2B5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B5AE; }

 p { color: rgb(194,181,174); }

 H1.HeaderClassName
 {
   color: #C2B5AE;
 }
 .AnyTagClassName
 {
   color: #C2B5AE;
 }
</style>

background-color css

<style>
 a { background-color: #C2B5AE; }

 a { background-color: rgb(194,181,174); }

 div.DivClassName
 {
   background-color: #C2B5AE;
 }
 .BgClassName
 {
   background-color: #C2B5AE;
 }
</style>

border-color css

<style>
 span { border-color: #C2B5AE; }

 span { border-color: rgb(194,181,174); }

 td.TdClassName
 {
   border-color: #C2B5AE;
 }
 .TagClassName
 {
   border-color: #C2B5AE;
 }
</style>