Html Css Color HEX #C5CCAC Pale Leaf

📋 copy color: '#C5CCAC'

red 197 ◦ green 204 ◦ blue 172

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

Shades of Pale Leaf #C5CCAC

Tints of Pale Leaf #C5CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.6%

 BLUE value IS 172 (67.58% from 255) = 30.02%

R = 34.38%
G = 35.6%
B = 30.02%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#C5CCAC (or 0xC5CCAC) is known color: Pale Leaf. HEX triplet: C5, CC and AC. RGB value is (197,204,172). Sum of RGB (Red+Green+Blue) = 197+204+172=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 204 (80.08% from 255 or 35.60% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCAC is #3A3353. Grayscale: #C6C6C6. Windows color (decimal): -3814228 or 11324613. OLE color: 11324613.

HSL color Cylindrical-coordinate representation of color #C5CCAC: hue angle of 73.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5CCAC is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 204 172 -
CMYK 0.03 0 0.16 0.2
HSL 73.13º 0.24% 0.74% -
HSV(B) 73.13º 0.16% 0.8% -
XYZ 52.07 58.03 47.49 -
YUV 198.26 113.18 127.1 -
System Red Green Blue C M Y K H S L
Decimal 197 204 172 0.03 0 0.16 0.2 73.13 0.24 0.74
Hex C5 CC AC 3 0 10 14 49 18 4A
Octal 305 314 254 3 0 20 24 111 30 112
Binary 11000101 11001100 10101100 11 0 10000 10100 1001001 11000 1001010

Color Harmonies of #C5CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCAC

Black with #C5CCAC

Text Example


Text Example

White with #C5CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCAC; }

 p { color: rgb(197,204,172); }

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

background-color css

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

 a { background-color: rgb(197,204,172); }

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

border-color css

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

 span { border-color: rgb(197,204,172); }

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