Html Css Color HEX #C2BBAD Cotton Seed

📋 copy color: '#C2BBAD'

red 194 ◦ green 187 ◦ blue 173

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

Shades of Cotton Seed #C2BBAD

Tints of Cotton Seed #C2BBAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.23%

R = 35.02%
G = 33.75%
B = 31.23%

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

#C2BBAD (or 0xC2BBAD) is known color: Cotton Seed. HEX triplet: C2, BB and AD. RGB value is (194,187,173). Sum of RGB (Red+Green+Blue) = 194+187+173=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBAD is #3D4452. Grayscale: #BBBBBB. Windows color (decimal): -4015187 or 11385794. OLE color: 11385794.

HSL color Cylindrical-coordinate representation of color #C2BBAD: hue angle of 40º 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 #C2BBAD is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 187 173 -
CMYK 0 0.04 0.11 0.24
HSL 40º 0.15% 0.72% -
HSV(B) 40º 0.11% 0.76% -
XYZ 47.56 50.03 46.68 -
YUV 187.5 119.82 132.64 -
System Red Green Blue C M Y K H S L
Decimal 194 187 173 0 0.04 0.11 0.24 40 0.15 0.72
Hex C2 BB AD 0 4 B 18 28 F 48
Octal 302 273 255 0 4 13 30 50 17 110
Binary 11000010 10111011 10101101 0 100 1011 11000 101000 1111 1001000

Color Harmonies of #C2BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBAD

Black with #C2BBAD

Text Example


Text Example

White with #C2BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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