#C4BDAC

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

Shades of Cotton Seed #C4BDAC

Tints of Cotton Seed #C4BDAC

Color information

#C4BDAC (or 0xC4BDAC) is unknown color: approx Cotton Seed. HEX triplet: C4, BD and AC. RGB value is (196,189,172). Sum of RGB (Red+Green+Blue) = 196+189+172=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BDAC is #3B4253. Grayscale: #BDBDBD. Windows color (decimal): -3883604 or 11320772. OLE color: 11320772.

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

Color convert

RGB196189172-
CMYK00.040.120.23
HSL42.5º16.9%72.16%-
HSV(B)42.5º12.24%76.86%-
XYZ48.4151.1146.34-
YUV189.16118.32132.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=35.19%
G=33.93%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618917200.040.120.2342.516.972.16
HexC4BDAC04C172b1148
Octal3042752540414275321110
Binary1100010010111101101011000100110010111101011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BDAC; }

 p { color: rgb(196,189,172); }

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

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

 a { background-color: rgb(196,189,172); }

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

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

 span { border-color: rgb(196,189,172); }

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