Html Css Color HEX #C0BBB0 Cotton Seed

📋 copy color: '#C0BBB0'

red 192 ◦ green 187 ◦ blue 176

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

Shades of Cotton Seed #C0BBB0

Tints of Cotton Seed #C0BBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 31.71%

R = 34.59%
G = 33.69%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C0BBB0 (or 0xC0BBB0) is known color: Cotton Seed. HEX triplet: C0, BB and B0. RGB value is (192,187,176). Sum of RGB (Red+Green+Blue) = 192+187+176=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 176 (69.14% from 255 or 31.71% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BBB0 is #3F444F. Grayscale: #BBBBBB. Windows color (decimal): -4146256 or 11582400. OLE color: 11582400.

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

Color convert

RGB 192 187 176 -
CMYK 0 0.03 0.08 0.25
HSL 41.25º 0.11% 0.72% -
HSV(B) 41.25º 0.08% 0.75% -
XYZ 47.35 49.88 48.21 -
YUV 187.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 192 187 176 0 0.03 0.08 0.25 41.25 0.11 0.72
Hex C0 BB B0 0 3 8 19 29 B 48
Octal 300 273 260 0 3 10 31 51 13 110
Binary 11000000 10111011 10110000 0 11 1000 11001 101001 1011 1001000

Color Harmonies of #C0BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BBB0

Black with #C0BBB0

Text Example


Text Example

White with #C0BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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