Html Css Color HEX #C4CEB4 Pale Leaf

📋 copy color: '#C4CEB4'

red 196 ◦ green 206 ◦ blue 180

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

Shades of Pale Leaf #C4CEB4

Tints of Pale Leaf #C4CEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.4%

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

R = 33.68%
G = 35.4%
B = 30.93%

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

#C4CEB4 (or 0xC4CEB4) is known color: Pale Leaf. HEX triplet: C4, CE and B4. RGB value is (196,206,180). Sum of RGB (Red+Green+Blue) = 196+206+180=582 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.68% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 180 (70.70% from 255 or 30.93% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEB4 is #3B314B. Grayscale: #C8C8C8. Windows color (decimal): -3879244 or 11849412. OLE color: 11849412.

HSL color Cylindrical-coordinate representation of color #C4CEB4: hue angle of 83.08º degrees, saturation: 0.21, 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 #C4CEB4 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 180 -
CMYK 0.05 0 0.13 0.19
HSL 83.08º 0.21% 0.76% -
HSV(B) 83.08º 0.13% 0.81% -
XYZ 53.07 59.17 51.8 -
YUV 200.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 196 206 180 0.05 0 0.13 0.19 83.08 0.21 0.76
Hex C4 CE B4 5 0 D 13 53 15 4C
Octal 304 316 264 5 0 15 23 123 25 114
Binary 11000100 11001110 10110100 101 0 1101 10011 1010011 10101 1001100

Color Harmonies of #C4CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CEB4

Black with #C4CEB4

Text Example


Text Example

White with #C4CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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