#C0CBAE

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

Shades of Pale Leaf #C0CBAE

Tints of Pale Leaf #C0CBAE

Color information

#C0CBAE (or 0xC0CBAE) is unknown color: approx Pale Leaf. HEX triplet: C0, CB and AE. RGB value is (192,203,174). Sum of RGB (Red+Green+Blue) = 192+203+174=569 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.74% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CBAE is #3F3451. Grayscale: #C4C4C4. Windows color (decimal): -4142162 or 11455424. OLE color: 11455424.

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

Color convert

RGB192203174-
CMYK0.0500.140.20
HSL82.76º21.8%73.92%-
HSV(B)82.76º14.29%79.61%-
XYZ50.7356.9748.37-
YUV196.4115.36124.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.74%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 174 (68.36% from 255) = 30.58%
R=33.74%
G=35.68%
B=30.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922031740.0500.140.2082.7621.873.92
HexC0CBAE50E1453164a
Octal30031325650162412326112
Binary11000000110010111010111010101110101001010011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CBAE; }

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

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

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

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

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

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

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

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