#C0CFAB

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

Shades of Pale Leaf #C0CFAB

Tints of Pale Leaf #C0CFAB

Color information

#C0CFAB (or 0xC0CFAB) is unknown color: approx Pale Leaf. HEX triplet: C0, CF and AB. RGB value is (192,207,171). Sum of RGB (Red+Green+Blue) = 192+207+171=570 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.68% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 171 (67.19% from 255 or 30% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CFAB is #3F3054. Grayscale: #C6C6C6. Windows color (decimal): -4141141 or 11259840. OLE color: 11259840.

HSL color Cylindrical-coordinate representation of color #C0CFAB: hue angle of 85º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0CFAB is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB192207171-
CMYK0.0700.170.19
HSL85º27.27%74.12%-
HSV(B)85º17.39%81.18%-
XYZ51.458.7747.16-
YUV198.41112.53123.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.68%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 171 (67.19% from 255) = 30%
R=33.68%
G=36.32%
B=30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1922071710.0700.170.198527.2774.12
HexC0CFAB701113551b4a
Octal30031725370212312533112
Binary110000001100111110101011111010001100111010101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CFAB; }

 p { color: rgb(192,207,171); }

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

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

 a { background-color: rgb(192,207,171); }

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

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

 span { border-color: rgb(192,207,171); }

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