Html Css Color HEX #C4CFB3 Pale Leaf

📋 copy color: '#C4CFB3'

red 196 ◦ green 207 ◦ blue 179

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

Shades of Pale Leaf #C4CFB3

Tints of Pale Leaf #C4CFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.76%

R = 33.68%
G = 35.57%
B = 30.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#C4CFB3 (or 0xC4CFB3) is known color: Pale Leaf. HEX triplet: C4, CF and B3. RGB value is (196,207,179). Sum of RGB (Red+Green+Blue) = 196+207+179=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFB3 is #3B304C. Grayscale: #C8C8C8. Windows color (decimal): -3878989 or 11784132. OLE color: 11784132.

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

Color convert

RGB 196 207 179 -
CMYK 0.05 0 0.14 0.19
HSL 83.57º 0.23% 0.76% -
HSV(B) 83.57º 0.14% 0.81% -
XYZ 53.21 59.62 51.35 -
YUV 200.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 196 207 179 0.05 0 0.14 0.19 83.57 0.23 0.76
Hex C4 CF B3 5 0 E 13 54 17 4C
Octal 304 317 263 5 0 16 23 124 27 114
Binary 11000100 11001111 10110011 101 0 1110 10011 1010100 10111 1001100

Color Harmonies of #C4CFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFB3

Black with #C4CFB3

Text Example


Text Example

White with #C4CFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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