Html Css Color HEX #C4CCAE Pale Leaf

📋 copy color: '#C4CCAE'

red 196 ◦ green 204 ◦ blue 174

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

Shades of Pale Leaf #C4CCAE

Tints of Pale Leaf #C4CCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.31%

R = 34.15%
G = 35.54%
B = 30.31%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#C4CCAE (or 0xC4CCAE) is known color: Pale Leaf. HEX triplet: C4, CC and AE. RGB value is (196,204,174). Sum of RGB (Red+Green+Blue) = 196+204+174=574 (76% of max value = 765). Red value is 196 (76.95% from 255 or 34.15% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 174 (68.36% from 255 or 30.31% from 574); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CCAE is #3B3351. Grayscale: #C6C6C6. Windows color (decimal): -3879762 or 11455684. OLE color: 11455684.

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

Color convert

RGB 196 204 174 -
CMYK 0.04 0 0.15 0.2
HSL 76º 0.23% 0.74% -
HSV(B) 76º 0.15% 0.8% -
XYZ 52 57.98 48.49 -
YUV 198.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 196 204 174 0.04 0 0.15 0.2 76 0.23 0.74
Hex C4 CC AE 4 0 F 14 4C 17 4A
Octal 304 314 256 4 0 17 24 114 27 112
Binary 11000100 11001100 10101110 100 0 1111 10100 1001100 10111 1001010

Color Harmonies of #C4CCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCAE

Black with #C4CCAE

Text Example


Text Example

White with #C4CCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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