Html Css Color HEX #C0B8AA Cotton Seed

📋 copy color: '#C0B8AA'

red 192 ◦ green 184 ◦ blue 170

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

Shades of Cotton Seed #C0B8AA

Tints of Cotton Seed #C0B8AA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.7%

 BLUE value IS 170 (66.8% from 255) = 31.14%

R = 35.16%
G = 33.7%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C0B8AA (or 0xC0B8AA) is known color: Cotton Seed. HEX triplet: C0, B8 and AA. RGB value is (192,184,170). Sum of RGB (Red+Green+Blue) = 192+184+170=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 170 (66.80% from 255 or 31.14% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0B8AA is #3F4755. Grayscale: #B8B8B8. Windows color (decimal): -4147030 or 11188416. OLE color: 11188416.

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

Color convert

RGB 192 184 170 -
CMYK 0 0.04 0.11 0.25
HSL 38.18º 0.15% 0.71% -
HSV(B) 38.18º 0.11% 0.75% -
XYZ 46.13 48.39 44.94 -
YUV 184.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 192 184 170 0 0.04 0.11 0.25 38.18 0.15 0.71
Hex C0 B8 AA 0 4 B 19 26 F 47
Octal 300 270 252 0 4 13 31 46 17 107
Binary 11000000 10111000 10101010 0 100 1011 11001 100110 1111 1000111

Color Harmonies of #C0B8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B8AA

Black with #C0B8AA

Text Example


Text Example

White with #C0B8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B8AA; }

 p { color: rgb(192,184,170); }

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

background-color css

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

 a { background-color: rgb(192,184,170); }

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

border-color css

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

 span { border-color: rgb(192,184,170); }

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