Html Css Color HEX #CBD79D Pale Leaf

📋 copy color: '#CBD79D'

red 203 ◦ green 215 ◦ blue 157

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

Shades of Pale Leaf #CBD79D

Tints of Pale Leaf #CBD79D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 27.3%

R = 35.3%
G = 37.39%
B = 27.3%

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

#CBD79D (or 0xCBD79D) is known color: Pale Leaf. HEX triplet: CB, D7 and 9D. RGB value is (203,215,157). Sum of RGB (Red+Green+Blue) = 203+215+157=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #CBD79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD79D is #342862. Grayscale: #CDCDCD. Windows color (decimal): -3418211 or 10344395. OLE color: 10344395.

HSL color Cylindrical-coordinate representation of color #CBD79D: hue angle of 72.41º 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 #CBD79D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 215 157 -
CMYK 0.06 0 0.27 0.16
HSL 72.41º 0.42% 0.73% -
HSV(B) 72.41º 0.27% 0.84% -
XYZ 55.01 63.73 41.3 -
YUV 204.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 203 215 157 0.06 0 0.27 0.16 72.41 0.42 0.73
Hex CB D7 9D 6 0 1B 10 48 2A 49
Octal 313 327 235 6 0 33 20 110 52 111
Binary 11001011 11010111 10011101 110 0 11011 10000 1001000 101010 1001001

Color Harmonies of #CBD79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD79D

Black with #CBD79D

Text Example


Text Example

White with #CBD79D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD79D; }

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

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

background-color css

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

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

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

border-color css

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

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

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