Html Css Color HEX #C4CCAC Pale Leaf

📋 copy color: '#C4CCAC'

red 196 ◦ green 204 ◦ blue 172

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

Shades of Pale Leaf #C4CCAC

Tints of Pale Leaf #C4CCAC

RGB

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

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

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

R = 34.27%
G = 35.66%
B = 30.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#C4CCAC (or 0xC4CCAC) is known color: Pale Leaf. HEX triplet: C4, CC and AC. RGB value is (196,204,172). Sum of RGB (Red+Green+Blue) = 196+204+172=572 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.27% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCAC is #3B3353. Grayscale: #C6C6C6. Windows color (decimal): -3879764 or 11324612. OLE color: 11324612.

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

Color convert

RGB 196 204 172 -
CMYK 0.04 0 0.16 0.2
HSL 75º 0.24% 0.74% -
HSV(B) 75º 0.16% 0.8% -
XYZ 51.8 57.9 47.48 -
YUV 197.96 113.35 126.6 -
System Red Green Blue C M Y K H S L
Decimal 196 204 172 0.04 0 0.16 0.2 75 0.24 0.74
Hex C4 CC AC 4 0 10 14 4B 18 4A
Octal 304 314 254 4 0 20 24 113 30 112
Binary 11000100 11001100 10101100 100 0 10000 10100 1001011 11000 1001010

Color Harmonies of #C4CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCAC

Black with #C4CCAC

Text Example


Text Example

White with #C4CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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