Html Css Color HEX #C4BBA9 Cotton Seed

📋 copy color: '#C4BBA9'

red 196 ◦ green 187 ◦ blue 169

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

Shades of Cotton Seed #C4BBA9

Tints of Cotton Seed #C4BBA9

RGB

 RED value IS 196 (76.95% from 255) = 35.51%

 GREEN value IS 187 (73.44% from 255) = 33.88%

 BLUE value IS 169 (66.41% from 255) = 30.62%

R = 35.51%
G = 33.88%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C4BBA9 (or 0xC4BBA9) is known color: Cotton Seed. HEX triplet: C4, BB and A9. RGB value is (196,187,169). Sum of RGB (Red+Green+Blue) = 196+187+169=552 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.51% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BBA9 is #3B4456. Grayscale: #BBBBBB. Windows color (decimal): -3884119 or 11123652. OLE color: 11123652.

HSL color Cylindrical-coordinate representation of color #C4BBA9: hue angle of 40º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C4BBA9 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 187 169 -
CMYK 0 0.05 0.14 0.23
HSL 40º 0.19% 0.72% -
HSV(B) 40º 0.14% 0.77% -
XYZ 47.7 50.14 44.7 -
YUV 187.64 117.48 133.96 -
System Red Green Blue C M Y K H S L
Decimal 196 187 169 0 0.05 0.14 0.23 40 0.19 0.72
Hex C4 BB A9 0 5 E 17 28 13 48
Octal 304 273 251 0 5 16 27 50 23 110
Binary 11000100 10111011 10101001 0 101 1110 10111 101000 10011 1001000

Color Harmonies of #C4BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BBA9

Black with #C4BBA9

Text Example


Text Example

White with #C4BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BBA9; }

 p { color: rgb(196,187,169); }

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

background-color css

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

 a { background-color: rgb(196,187,169); }

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

border-color css

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

 span { border-color: rgb(196,187,169); }

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