#C0CDAF

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

Shades of Pale Leaf #C0CDAF

Tints of Pale Leaf #C0CDAF

Color information

#C0CDAF (or 0xC0CDAF) is unknown color: approx Pale Leaf. HEX triplet: C0, CD and AF. RGB value is (192,205,175). Sum of RGB (Red+Green+Blue) = 192+205+175=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 205 (80.47% from 255 or 35.84% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDAF is #3F3250. Grayscale: #C5C5C5. Windows color (decimal): -4141649 or 11521472. OLE color: 11521472.

HSL color Cylindrical-coordinate representation of color #C0CDAF: hue angle of 86º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0CDAF is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB192205175-
CMYK0.0600.150.20
HSL86º23.08%74.51%-
HSV(B)86º14.63%80.39%-
XYZ51.3157.9649.04-
YUV197.69115.19123.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 205 (80.47% from 255) = 35.84%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=33.57%
G=35.84%
B=30.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922051750.0600.150.208623.0874.51
HexC0CDAF60F1456174b
Octal30031525760172412627113
Binary11000000110011011010111111001111101001010110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CDAF; }

 p { color: rgb(192,205,175); }

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

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

 a { background-color: rgb(192,205,175); }

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

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

 span { border-color: rgb(192,205,175); }

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