Html Css Color HEX #C2BBAB Cotton Seed

📋 copy color: '#C2BBAB'

red 194 ◦ green 187 ◦ blue 171

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

Shades of Cotton Seed #C2BBAB

Tints of Cotton Seed #C2BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.98%

R = 35.14%
G = 33.88%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C2BBAB (or 0xC2BBAB) is known color: Cotton Seed. HEX triplet: C2, BB and AB. RGB value is (194,187,171). Sum of RGB (Red+Green+Blue) = 194+187+171=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BBAB is #3D4454. Grayscale: #BBBBBB. Windows color (decimal): -4015189 or 11254722. OLE color: 11254722.

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

Color convert

RGB 194 187 171 -
CMYK 0 0.04 0.12 0.24
HSL 41.74º 0.16% 0.72% -
HSV(B) 41.74º 0.12% 0.76% -
XYZ 47.37 49.95 45.67 -
YUV 187.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 194 187 171 0 0.04 0.12 0.24 41.74 0.16 0.72
Hex C2 BB AB 0 4 C 18 2A 10 48
Octal 302 273 253 0 4 14 30 52 20 110
Binary 11000010 10111011 10101011 0 100 1100 11000 101010 10000 1001000

Color Harmonies of #C2BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BBAB

Black with #C2BBAB

Text Example


Text Example

White with #C2BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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