Html Css Color HEX #C2BBAC Cotton Seed

📋 copy color: '#C2BBAC'

red 194 ◦ green 187 ◦ blue 172

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

Shades of Cotton Seed #C2BBAC

Tints of Cotton Seed #C2BBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 31.1%

R = 35.08%
G = 33.82%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C2BBAC (or 0xC2BBAC) is known color: Cotton Seed. HEX triplet: C2, BB and AC. RGB value is (194,187,172). Sum of RGB (Red+Green+Blue) = 194+187+172=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBAC is #3D4453. Grayscale: #BBBBBB. Windows color (decimal): -4015188 or 11320258. OLE color: 11320258.

HSL color Cylindrical-coordinate representation of color #C2BBAC: hue angle of 40.91º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BBAC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 187 172 -
CMYK 0 0.04 0.11 0.24
HSL 40.91º 0.15% 0.72% -
HSV(B) 40.91º 0.11% 0.76% -
XYZ 47.46 49.99 46.18 -
YUV 187.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 194 187 172 0 0.04 0.11 0.24 40.91 0.15 0.72
Hex C2 BB AC 0 4 B 18 29 F 48
Octal 302 273 254 0 4 13 30 51 17 110
Binary 11000010 10111011 10101100 0 100 1011 11000 101001 1111 1001000

Color Harmonies of #C2BBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBAC

Black with #C2BBAC

Text Example


Text Example

White with #C2BBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBAC; }

 p { color: rgb(194,187,172); }

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

background-color css

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

 a { background-color: rgb(194,187,172); }

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

border-color css

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

 span { border-color: rgb(194,187,172); }

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