Html Css Color HEX #C4CFB6 Pale Leaf

📋 copy color: '#C4CFB6'

red 196 ◦ green 207 ◦ blue 182

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

Shades of Pale Leaf #C4CFB6

Tints of Pale Leaf #C4CFB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.11%

R = 33.5%
G = 35.38%
B = 31.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#C4CFB6 (or 0xC4CFB6) is known color: Pale Leaf. HEX triplet: C4, CF and B6. RGB value is (196,207,182). Sum of RGB (Red+Green+Blue) = 196+207+182=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFB6 is #3B3049. Grayscale: #C8C8C8. Windows color (decimal): -3878986 or 11980740. OLE color: 11980740.

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

Color convert

RGB 196 207 182 -
CMYK 0.05 0 0.12 0.19
HSL 86.4º 0.21% 0.76% -
HSV(B) 86.4º 0.12% 0.81% -
XYZ 53.52 59.74 52.97 -
YUV 200.86 117.36 124.53 -
System Red Green Blue C M Y K H S L
Decimal 196 207 182 0.05 0 0.12 0.19 86.4 0.21 0.76
Hex C4 CF B6 5 0 C 13 56 15 4C
Octal 304 317 266 5 0 14 23 126 25 114
Binary 11000100 11001111 10110110 101 0 1100 10011 1010110 10101 1001100

Color Harmonies of #C4CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFB6

Black with #C4CFB6

Text Example


Text Example

White with #C4CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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