#C8D69B

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

Shades of Pale Leaf #C8D69B

Tints of Pale Leaf #C8D69B

Color information

#C8D69B (or 0xC8D69B) is unknown color: approx Pale Leaf. HEX triplet: C8, D6 and 9B. RGB value is (200,214,155). Sum of RGB (Red+Green+Blue) = 200+214+155=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 155 (60.94% from 255 or 27.24% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #C8D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D69B is #372964. Grayscale: #CBCBCB. Windows color (decimal): -3615077 or 10213064. OLE color: 10213064.

HSL color Cylindrical-coordinate representation of color #C8D69B: hue angle of 74.24º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8D69B is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB200214155-
CMYK0.0700.280.16
HSL74.24º41.84%72.35%-
HSV(B)74.24º27.57%83.92%-
XYZ53.7862.7440.29-
YUV203.09100.86125.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.15%
GREEN value IS 214 (83.98% from 255) = 37.61%
BLUE value IS 155 (60.94% from 255) = 27.24%
R=35.15%
G=37.61%
B=27.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2002141550.0700.280.1674.2441.8472.35
HexC8D69B701C104a2a48
Octal31032623370342011252110
Binary1100100011010110100110111110111001000010010101010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8D69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8D69B; }

 p { color: rgb(200,214,155); }

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

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

 a { background-color: rgb(200,214,155); }

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

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

 span { border-color: rgb(200,214,155); }

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