#C0CAAD

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

Shades of Pale Leaf #C0CAAD

Tints of Pale Leaf #C0CAAD

Color information

#C0CAAD (or 0xC0CAAD) is unknown color: approx Pale Leaf. HEX triplet: C0, CA and AD. RGB value is (192,202,173). Sum of RGB (Red+Green+Blue) = 192+202+173=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 202 - color contains mainly: green. Hex color #C0CAAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CAAD is #3F3552. Grayscale: #C3C3C3. Windows color (decimal): -4142419 or 11389632. OLE color: 11389632.

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

Color convert

RGB192202173-
CMYK0.0500.140.21
HSL80.69º21.48%73.53%-
HSV(B)80.69º14.36%79.22%-
XYZ50.456.4647.78-
YUV195.7115.19125.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.86%
GREEN value IS 202 (79.30% from 255) = 35.63%
BLUE value IS 173 (67.97% from 255) = 30.51%
R=33.86%
G=35.63%
B=30.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1922021730.0500.140.2180.6921.4873.53
HexC0CAAD50E1551154a
Octal30031225550162512125112
Binary11000000110010101010110110101110101011010001101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CAAD; }

 p { color: rgb(192,202,173); }

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

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

 a { background-color: rgb(192,202,173); }

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

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

 span { border-color: rgb(192,202,173); }

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