Html Css Color HEX #C4CEB7 Pale Leaf

📋 copy color: '#C4CEB7'

red 196 ◦ green 206 ◦ blue 183

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

Shades of Pale Leaf #C4CEB7

Tints of Pale Leaf #C4CEB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 31.28%

R = 33.5%
G = 35.21%
B = 31.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#C4CEB7 (or 0xC4CEB7) is known color: Pale Leaf. HEX triplet: C4, CE and B7. RGB value is (196,206,183). Sum of RGB (Red+Green+Blue) = 196+206+183=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEB7 is #3B3148. Grayscale: #C8C8C8. Windows color (decimal): -3879241 or 12046020. OLE color: 12046020.

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

Color convert

RGB 196 206 183 -
CMYK 0.05 0 0.11 0.19
HSL 86.09º 0.19% 0.76% -
HSV(B) 86.09º 0.11% 0.81% -
XYZ 53.38 59.3 53.43 -
YUV 200.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 196 206 183 0.05 0 0.11 0.19 86.09 0.19 0.76
Hex C4 CE B7 5 0 B 13 56 13 4C
Octal 304 316 267 5 0 13 23 126 23 114
Binary 11000100 11001110 10110111 101 0 1011 10011 1010110 10011 1001100

Color Harmonies of #C4CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CEB7

Black with #C4CEB7

Text Example


Text Example

White with #C4CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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