Html Css Color HEX #C5CEA5 Pale Leaf

📋 copy color: '#C5CEA5'

red 197 ◦ green 206 ◦ blue 165

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

Shades of Pale Leaf #C5CEA5

Tints of Pale Leaf #C5CEA5

RGB

 RED value IS 197 (77.34% from 255) = 34.68%

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

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

R = 34.68%
G = 36.27%
B = 29.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#C5CEA5 (or 0xC5CEA5) is known color: Pale Leaf. HEX triplet: C5, CE and A5. RGB value is (197,206,165). Sum of RGB (Red+Green+Blue) = 197+206+165=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CEA5 is #3A315A. Grayscale: #C6C6C6. Windows color (decimal): -3813723 or 10866373. OLE color: 10866373.

HSL color Cylindrical-coordinate representation of color #C5CEA5: hue angle of 73.17º 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 #C5CEA5 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 165 -
CMYK 0.04 0 0.20 0.19
HSL 73.17º 0.29% 0.73% -
HSV(B) 73.17º 0.2% 0.81% -
XYZ 51.89 58.73 44.2 -
YUV 198.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 197 206 165 0.04 0 0.20 0.19 73.17 0.29 0.73
Hex C5 CE A5 4 0 14 13 49 1D 49
Octal 305 316 245 4 0 24 23 111 35 111
Binary 11000101 11001110 10100101 100 0 10100 10011 1001001 11101 1001001

Color Harmonies of #C5CEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEA5

Black with #C5CEA5

Text Example


Text Example

White with #C5CEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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