Html Css Color HEX #C4CEA5 Pale Leaf

📋 copy color: '#C4CEA5'

red 196 ◦ green 206 ◦ blue 165

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

Shades of Pale Leaf #C4CEA5

Tints of Pale Leaf #C4CEA5

RGB

 RED value IS 196 (76.95% from 255) = 34.57%

 GREEN value IS 206 (80.86% from 255) = 36.33%

 BLUE value IS 165 (64.84% from 255) = 29.1%

R = 34.57%
G = 36.33%
B = 29.1%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#C4CEA5 (or 0xC4CEA5) is known color: Pale Leaf. HEX triplet: C4, CE and A5. RGB value is (196,206,165). Sum of RGB (Red+Green+Blue) = 196+206+165=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 165 (64.84% from 255 or 29.10% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CEA5 is #3B315A. Grayscale: #C6C6C6. Windows color (decimal): -3879259 or 10866372. OLE color: 10866372.

HSL color Cylindrical-coordinate representation of color #C4CEA5: hue angle of 74.63º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C4CEA5 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 165 -
CMYK 0.05 0 0.20 0.19
HSL 74.63º 0.29% 0.73% -
HSV(B) 74.63º 0.2% 0.81% -
XYZ 51.63 58.59 44.19 -
YUV 198.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 196 206 165 0.05 0 0.20 0.19 74.63 0.29 0.73
Hex C4 CE A5 5 0 14 13 4B 1D 49
Octal 304 316 245 5 0 24 23 113 35 111
Binary 11000100 11001110 10100101 101 0 10100 10011 1001011 11101 1001001

Color Harmonies of #C4CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CEA5

Black with #C4CEA5

Text Example


Text Example

White with #C4CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CEA5; }

 p { color: rgb(196,206,165); }

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

background-color css

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

 a { background-color: rgb(196,206,165); }

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

border-color css

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

 span { border-color: rgb(196,206,165); }

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