Html Css Color HEX #C4CFB4 Pale Leaf

📋 copy color: '#C4CFB4'

red 196 ◦ green 207 ◦ blue 180

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

Shades of Pale Leaf #C4CFB4

Tints of Pale Leaf #C4CFB4

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.51%

 BLUE value IS 180 (70.7% from 255) = 30.87%

R = 33.62%
G = 35.51%
B = 30.87%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#C4CFB4 (or 0xC4CFB4) is known color: Pale Leaf. HEX triplet: C4, CF and B4. RGB value is (196,207,180). Sum of RGB (Red+Green+Blue) = 196+207+180=583 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.62% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFB4 is #3B304B. Grayscale: #C8C8C8. Windows color (decimal): -3878988 or 11849668. OLE color: 11849668.

HSL color Cylindrical-coordinate representation of color #C4CFB4: hue angle of 84.44º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4CFB4 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 207 180 -
CMYK 0.05 0 0.13 0.19
HSL 84.44º 0.22% 0.76% -
HSV(B) 84.44º 0.13% 0.81% -
XYZ 53.32 59.66 51.88 -
YUV 200.63 116.36 124.7 -
System Red Green Blue C M Y K H S L
Decimal 196 207 180 0.05 0 0.13 0.19 84.44 0.22 0.76
Hex C4 CF B4 5 0 D 13 54 16 4C
Octal 304 317 264 5 0 15 23 124 26 114
Binary 11000100 11001111 10110100 101 0 1101 10011 1010100 10110 1001100

Color Harmonies of #C4CFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFB4

Black with #C4CFB4

Text Example


Text Example

White with #C4CFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFB4; }

 p { color: rgb(196,207,180); }

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

background-color css

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

 a { background-color: rgb(196,207,180); }

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

border-color css

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

 span { border-color: rgb(196,207,180); }

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