#C4BCAA

Color #C4BCAA Cotton Seed (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cotton Seed #C4BCAA

Tints of Cotton Seed #C4BCAA

Color information

#C4BCAA (or 0xC4BCAA) is unknown color: approx Cotton Seed. HEX triplet: C4, BC and AA. RGB value is (196,188,170). Sum of RGB (Red+Green+Blue) = 196+188+170=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BCAA is #3B4355. Grayscale: #BCBCBC. Windows color (decimal): -3883862 or 11189444. OLE color: 11189444.

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

Color convert

RGB196188170-
CMYK00.040.130.23
HSL41.54º18.06%71.76%-
HSV(B)41.54º13.27%76.86%-
XYZ4850.645.27-
YUV188.34117.65133.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.38%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=35.38%
G=33.94%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618817000.040.130.2341.5418.0671.76
HexC4BCAA04D172a1248
Octal3042742520415275222110
Binary1100010010111100101010100100110110111101010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BCAA; }

 p { color: rgb(196,188,170); }

 H1.HeaderClassName
 {
   color: #C4BCAA;
 }
 .AnyTagClassName
 {
   color: #C4BCAA;
 }
</style>
background-color css

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

 a { background-color: rgb(196,188,170); }

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

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

 span { border-color: rgb(196,188,170); }

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