Html Css Color HEX #CBD69F Pale Leaf

📋 copy color: '#CBD69F'

red 203 ◦ green 214 ◦ blue 159

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

Shades of Pale Leaf #CBD69F

Tints of Pale Leaf #CBD69F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.15%

 BLUE value IS 159 (62.5% from 255) = 27.6%

R = 35.24%
G = 37.15%
B = 27.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#CBD69F (or 0xCBD69F) is known color: Pale Leaf. HEX triplet: CB, D6 and 9F. RGB value is (203,214,159). Sum of RGB (Red+Green+Blue) = 203+214+159=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 214 (83.98% from 255 or 37.15% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD69F is #342960. Grayscale: #CCCCCC. Windows color (decimal): -3418465 or 10475211. OLE color: 10475211.

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

Color convert

RGB 203 214 159 -
CMYK 0.05 0 0.26 0.16
HSL 72º 0.4% 0.73% -
HSV(B) 72º 0.26% 0.84% -
XYZ 54.93 63.29 42.12 -
YUV 204.44 102.36 126.97 -
System Red Green Blue C M Y K H S L
Decimal 203 214 159 0.05 0 0.26 0.16 72 0.4 0.73
Hex CB D6 9F 5 0 1A 10 48 28 49
Octal 313 326 237 5 0 32 20 110 50 111
Binary 11001011 11010110 10011111 101 0 11010 10000 1001000 101000 1001001

Color Harmonies of #CBD69F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD69F

Black with #CBD69F

Text Example


Text Example

White with #CBD69F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD69F; }

 p { color: rgb(203,214,159); }

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

background-color css

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

 a { background-color: rgb(203,214,159); }

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

border-color css

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

 span { border-color: rgb(203,214,159); }

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