Html Css Color HEX #C4CCAF Pale Leaf

📋 copy color: '#C4CCAF'

red 196 ◦ green 204 ◦ blue 175

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

Shades of Pale Leaf #C4CCAF

Tints of Pale Leaf #C4CCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.43%

R = 34.09%
G = 35.48%
B = 30.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#C4CCAF (or 0xC4CCAF) is known color: Pale Leaf. HEX triplet: C4, CC and AF. RGB value is (196,204,175). Sum of RGB (Red+Green+Blue) = 196+204+175=575 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.09% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 175 (68.75% from 255 or 30.43% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCAF is #3B3350. Grayscale: #C6C6C6. Windows color (decimal): -3879761 or 11521220. OLE color: 11521220.

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

Color convert

RGB 196 204 175 -
CMYK 0.04 0 0.14 0.2
HSL 76.55º 0.22% 0.74% -
HSV(B) 76.55º 0.14% 0.8% -
XYZ 52.1 58.02 49.01 -
YUV 198.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 196 204 175 0.04 0 0.14 0.2 76.55 0.22 0.74
Hex C4 CC AF 4 0 E 14 4D 16 4A
Octal 304 314 257 4 0 16 24 115 26 112
Binary 11000100 11001100 10101111 100 0 1110 10100 1001101 10110 1001010

Color Harmonies of #C4CCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCAF

Black with #C4CCAF

Text Example


Text Example

White with #C4CCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCAF; }

 p { color: rgb(196,204,175); }

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

background-color css

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

 a { background-color: rgb(196,204,175); }

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

border-color css

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

 span { border-color: rgb(196,204,175); }

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