#CBD8A0

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

Shades of Pale Leaf #CBD8A0

Tints of Pale Leaf #CBD8A0

Color information

#CBD8A0 (or 0xCBD8A0) is unknown color: approx Pale Leaf. HEX triplet: CB, D8 and A0. RGB value is (203,216,160). Sum of RGB (Red+Green+Blue) = 203+216+160=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 216 - color contains mainly: green. Hex color #CBD8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD8A0 is #34275F. Grayscale: #CDCDCD. Windows color (decimal): -3417952 or 10541259. OLE color: 10541259.

HSL color Cylindrical-coordinate representation of color #CBD8A0: hue angle of 73.93º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBD8A0 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB203216160-
CMYK0.0600.260.15
HSL73.93º41.79%73.73%-
HSV(B)73.93º25.93%84.71%-
XYZ55.5364.3542.75-
YUV205.73102.19126.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.06%
GREEN value IS 216 (84.77% from 255) = 37.31%
BLUE value IS 160 (62.89% from 255) = 27.63%
R=35.06%
G=37.31%
B=27.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2032161600.0600.260.1573.9341.7973.73
HexCBD8A0601AF4a2a4a
Octal31333024060321711252112
Binary110010111101100010100000110011010111110010101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBD8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBD8A0; }

 p { color: rgb(203,216,160); }

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

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

 a { background-color: rgb(203,216,160); }

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

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

 span { border-color: rgb(203,216,160); }

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