Html Css Color HEX #C5CEA3 Pale Leaf

📋 copy color: '#C5CEA3'

red 197 ◦ green 206 ◦ blue 163

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

Shades of Pale Leaf #C5CEA3

Tints of Pale Leaf #C5CEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 28.8%

R = 34.81%
G = 36.4%
B = 28.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#C5CEA3 (or 0xC5CEA3) is known color: Pale Leaf. HEX triplet: C5, CE and A3. RGB value is (197,206,163). Sum of RGB (Red+Green+Blue) = 197+206+163=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 163 (64.06% from 255 or 28.80% from 566); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CEA3 is #3A315C. Grayscale: #C6C6C6. Windows color (decimal): -3813725 or 10735301. OLE color: 10735301.

HSL color Cylindrical-coordinate representation of color #C5CEA3: hue angle of 72.56º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C5CEA3 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 163 -
CMYK 0.04 0 0.21 0.19
HSL 72.56º 0.3% 0.72% -
HSV(B) 72.56º 0.21% 0.81% -
XYZ 51.71 58.66 43.25 -
YUV 198.41 108.02 127 -
System Red Green Blue C M Y K H S L
Decimal 197 206 163 0.04 0 0.21 0.19 72.56 0.3 0.72
Hex C5 CE A3 4 0 15 13 49 1E 48
Octal 305 316 243 4 0 25 23 111 36 110
Binary 11000101 11001110 10100011 100 0 10101 10011 1001001 11110 1001000

Color Harmonies of #C5CEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEA3

Black with #C5CEA3

Text Example


Text Example

White with #C5CEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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