Html Css Color HEX #C5CCAD Pale Leaf

📋 copy color: '#C5CCAD'

red 197 ◦ green 204 ◦ blue 173

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

Shades of Pale Leaf #C5CCAD

Tints of Pale Leaf #C5CCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.14%

R = 34.32%
G = 35.54%
B = 30.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#C5CCAD (or 0xC5CCAD) is known color: Pale Leaf. HEX triplet: C5, CC and AD. RGB value is (197,204,173). Sum of RGB (Red+Green+Blue) = 197+204+173=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CCAD is #3A3352. Grayscale: #C6C6C6. Windows color (decimal): -3814227 or 11390149. OLE color: 11390149.

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

Color convert

RGB 197 204 173 -
CMYK 0.03 0 0.15 0.2
HSL 73.55º 0.23% 0.74% -
HSV(B) 73.55º 0.15% 0.8% -
XYZ 52.16 58.07 48 -
YUV 198.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 197 204 173 0.03 0 0.15 0.2 73.55 0.23 0.74
Hex C5 CC AD 3 0 F 14 4A 17 4A
Octal 305 314 255 3 0 17 24 112 27 112
Binary 11000101 11001100 10101101 11 0 1111 10100 1001010 10111 1001010

Color Harmonies of #C5CCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CCAD

Black with #C5CCAD

Text Example


Text Example

White with #C5CCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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