#C0CBAA

Color #C0CBAA Pale Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Leaf #C0CBAA

Tints of Pale Leaf #C0CBAA

Color information

#C0CBAA (or 0xC0CBAA) is unknown color: approx Pale Leaf. HEX triplet: C0, CB and AA. RGB value is (192,203,170). Sum of RGB (Red+Green+Blue) = 192+203+170=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBAA is #3F3455. Grayscale: #C4C4C4. Windows color (decimal): -4142166 or 11193280. OLE color: 11193280.

HSL color Cylindrical-coordinate representation of color #C0CBAA: hue angle of 80º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0CBAA is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB192203170-
CMYK0.0500.160.20
HSL80º24.09%73.14%-
HSV(B)80º16.26%79.61%-
XYZ50.3556.8246.34-
YUV195.95113.36125.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.98%
GREEN value IS 203 (79.69% from 255) = 35.93%
BLUE value IS 170 (66.80% from 255) = 30.09%
R=33.98%
G=35.93%
B=30.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922031700.0500.160.208024.0973.14
HexC0CBAA501014501849
Octal30031325250202412030111
Binary110000001100101110101010101010000101001010000110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBAA; }

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

 H1.HeaderClassName
 {
   color: #C0CBAA;
 }
 .AnyTagClassName
 {
   color: #C0CBAA;
 }
</style>
background-color css

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

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

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

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

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

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