Html Css Color HEX #C4D1AF Pale Leaf

📋 copy color: '#C4D1AF'

red 196 ◦ green 209 ◦ blue 175

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

Shades of Pale Leaf #C4D1AF

Tints of Pale Leaf #C4D1AF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 36.03%

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

R = 33.79%
G = 36.03%
B = 30.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#C4D1AF (or 0xC4D1AF) is known color: Pale Leaf. HEX triplet: C4, D1 and AF. RGB value is (196,209,175). Sum of RGB (Red+Green+Blue) = 196+209+175=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 209 - color contains mainly: green. Hex color #C4D1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D1AF is #3B2E50. Grayscale: #C9C9C9. Windows color (decimal): -3878481 or 11522500. OLE color: 11522500.

HSL color Cylindrical-coordinate representation of color #C4D1AF: hue angle of 82.94º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C4D1AF is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 209 175 -
CMYK 0.06 0 0.16 0.18
HSL 82.94º 0.27% 0.75% -
HSV(B) 82.94º 0.16% 0.82% -
XYZ 53.3 60.43 49.41 -
YUV 201.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 196 209 175 0.06 0 0.16 0.18 82.94 0.27 0.75
Hex C4 D1 AF 6 0 10 12 53 1B 4B
Octal 304 321 257 6 0 20 22 123 33 113
Binary 11000100 11010001 10101111 110 0 10000 10010 1010011 11011 1001011

Color Harmonies of #C4D1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4D1AF

Black with #C4D1AF

Text Example


Text Example

White with #C4D1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4D1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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