Html Css Color HEX #C4CFB1 Pale Leaf

📋 copy color: '#C4CFB1'

red 196 ◦ green 207 ◦ blue 177

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

Shades of Pale Leaf #C4CFB1

Tints of Pale Leaf #C4CFB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.52%

R = 33.79%
G = 35.69%
B = 30.52%

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

#C4CFB1 (or 0xC4CFB1) is known color: Pale Leaf. HEX triplet: C4, CF and B1. RGB value is (196,207,177). Sum of RGB (Red+Green+Blue) = 196+207+177=580 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.79% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 177 (69.53% from 255 or 30.52% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4CFB1 is #3B304E. Grayscale: #C8C8C8. Windows color (decimal): -3878991 or 11653060. OLE color: 11653060.

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

Color convert

RGB 196 207 177 -
CMYK 0.05 0 0.14 0.19
HSL 82º 0.24% 0.75% -
HSV(B) 82º 0.14% 0.81% -
XYZ 53.01 59.54 50.29 -
YUV 200.29 114.86 124.94 -
System Red Green Blue C M Y K H S L
Decimal 196 207 177 0.05 0 0.14 0.19 82 0.24 0.75
Hex C4 CF B1 5 0 E 13 52 18 4B
Octal 304 317 261 5 0 16 23 122 30 113
Binary 11000100 11001111 10110001 101 0 1110 10011 1010010 11000 1001011

Color Harmonies of #C4CFB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFB1

Black with #C4CFB1

Text Example


Text Example

White with #C4CFB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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