#C8DBA0

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

Shades of Pale Leaf #C8DBA0

Tints of Pale Leaf #C8DBA0

Color information

#C8DBA0 (or 0xC8DBA0) is unknown color: approx Pale Leaf. HEX triplet: C8, DB and A0. RGB value is (200,219,160). Sum of RGB (Red+Green+Blue) = 200+219+160=579 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.54% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 219 - color contains mainly: green. Hex color #C8DBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8DBA0 is #37245F. Grayscale: #CECECE. Windows color (decimal): -3613792 or 10542024. OLE color: 10542024.

HSL color Cylindrical-coordinate representation of color #C8DBA0: hue angle of 79.32º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8DBA0 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB200219160-
CMYK0.0900.270.14
HSL79.32º45.04%74.31%-
HSV(B)79.32º26.94%85.88%-
XYZ55.565.4842.97-
YUV206.59101.71123.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.54%
GREEN value IS 219 (85.94% from 255) = 37.82%
BLUE value IS 160 (62.89% from 255) = 27.63%
R=34.54%
G=37.82%
B=27.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2002191600.0900.270.1479.3245.0474.31
HexC8DBA0901BE4f2d4a
Octal310333240110331611755112
Binary1100100011011011101000001001011011111010011111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8DBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8DBA0; }

 p { color: rgb(200,219,160); }

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

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

 a { background-color: rgb(200,219,160); }

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

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

 span { border-color: rgb(200,219,160); }

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