Html Css Color HEX #C0BBAF Cotton Seed

📋 copy color: '#C0BBAF'

red 192 ◦ green 187 ◦ blue 175

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

Shades of Cotton Seed #C0BBAF

Tints of Cotton Seed #C0BBAF

RGB

 RED value IS 192 (75.39% from 255) = 34.66%

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

 BLUE value IS 175 (68.75% from 255) = 31.59%

R = 34.66%
G = 33.75%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#C0BBAF (or 0xC0BBAF) is known color: Cotton Seed. HEX triplet: C0, BB and AF. RGB value is (192,187,175). Sum of RGB (Red+Green+Blue) = 192+187+175=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 187 (73.44% from 255 or 33.75% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBAF is #3F4450. Grayscale: #BBBBBB. Windows color (decimal): -4146257 or 11516864. OLE color: 11516864.

HSL color Cylindrical-coordinate representation of color #C0BBAF: hue angle of 42.35º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BBAF is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 187 175 -
CMYK 0 0.03 0.09 0.25
HSL 42.35º 0.12% 0.72% -
HSV(B) 42.35º 0.09% 0.75% -
XYZ 47.25 49.84 47.69 -
YUV 187.13 121.16 131.48 -
System Red Green Blue C M Y K H S L
Decimal 192 187 175 0 0.03 0.09 0.25 42.35 0.12 0.72
Hex C0 BB AF 0 3 9 19 2A C 48
Octal 300 273 257 0 3 11 31 52 14 110
Binary 11000000 10111011 10101111 0 11 1001 11001 101010 1100 1001000

Color Harmonies of #C0BBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBAF

Black with #C0BBAF

Text Example


Text Example

White with #C0BBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBAF; }

 p { color: rgb(192,187,175); }

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

background-color css

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

 a { background-color: rgb(192,187,175); }

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

border-color css

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

 span { border-color: rgb(192,187,175); }

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