Html Css Color HEX #C4BDAC Cotton Seed

📋 copy color: '#C4BDAC'

red 196 ◦ green 189 ◦ blue 172

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

Shades of Cotton Seed #C4BDAC

Tints of Cotton Seed #C4BDAC

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 value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C4BDAC (or 0xC4BDAC) is known color: 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

RGB 196 189 172 -
CMYK 0 0.04 0.12 0.23
HSL 42.5º 0.17% 0.72% -
HSV(B) 42.5º 0.12% 0.77% -
XYZ 48.41 51.11 46.34 -
YUV 189.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 196 189 172 0 0.04 0.12 0.23 42.5 0.17 0.72
Hex C4 BD AC 0 4 C 17 2A 11 48
Octal 304 275 254 0 4 14 27 52 21 110
Binary 11000100 10111101 10101100 0 100 1100 10111 101010 10001 1001000

Color Harmonies of #C4BDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDAC

Black with #C4BDAC

Text Example


Text Example

White with #C4BDAC

Text Example


Text Example

HTML Codes & Css Web 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>