Html Css Color HEX #CBD79E Pale Leaf

📋 copy color: '#CBD79E'

red 203 ◦ green 215 ◦ blue 158

#CBD79E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #CBD79E

Tints of Pale Leaf #CBD79E

RGB

 RED value IS 203 (79.69% from 255) = 35.24%

 GREEN value IS 215 (84.38% from 255) = 37.33%

 BLUE value IS 158 (62.11% from 255) = 27.43%

R = 35.24%
G = 37.33%
B = 27.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#CBD79E (or 0xCBD79E) is known color: Pale Leaf. HEX triplet: CB, D7 and 9E. RGB value is (203,215,158). Sum of RGB (Red+Green+Blue) = 203+215+158=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 215 (84.38% from 255 or 37.33% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD79E is #342861. Grayscale: #CDCDCD. Windows color (decimal): -3418210 or 10409931. OLE color: 10409931.

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

Color convert

RGB 203 215 158 -
CMYK 0.06 0 0.27 0.16
HSL 72.63º 0.42% 0.73% -
HSV(B) 72.63º 0.27% 0.84% -
XYZ 55.1 63.77 41.75 -
YUV 204.91 101.52 126.63 -
System Red Green Blue C M Y K H S L
Decimal 203 215 158 0.06 0 0.27 0.16 72.63 0.42 0.73
Hex CB D7 9E 6 0 1B 10 49 2A 49
Octal 313 327 236 6 0 33 20 111 52 111
Binary 11001011 11010111 10011110 110 0 11011 10000 1001001 101010 1001001

Color Harmonies of #CBD79E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD79E

Black with #CBD79E

Text Example


Text Example

White with #CBD79E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD79E; }

 p { color: rgb(203,215,158); }

 H1.HeaderClassName
 {
   color: #CBD79E;
 }
 .AnyTagClassName
 {
   color: #CBD79E;
 }
</style>

background-color css

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

 a { background-color: rgb(203,215,158); }

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

border-color css

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

 span { border-color: rgb(203,215,158); }

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