Html Css Color HEX #C5CEB7 Pale Leaf

📋 copy color: '#C5CEB7'

red 197 ◦ green 206 ◦ blue 183

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

Shades of Pale Leaf #C5CEB7

Tints of Pale Leaf #C5CEB7

RGB

 RED value IS 197 (77.34% from 255) = 33.62%

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

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

R = 33.62%
G = 35.15%
B = 31.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#C5CEB7 (or 0xC5CEB7) is known color: Pale Leaf. HEX triplet: C5, CE and B7. RGB value is (197,206,183). Sum of RGB (Red+Green+Blue) = 197+206+183=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 183 (71.88% from 255 or 31.23% from 586); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEB7 is #3A3148. Grayscale: #C8C8C8. Windows color (decimal): -3813705 or 12046021. OLE color: 12046021.

HSL color Cylindrical-coordinate representation of color #C5CEB7: hue angle of 83.48º 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 #C5CEB7 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 206 183 -
CMYK 0.04 0 0.11 0.19
HSL 83.48º 0.19% 0.76% -
HSV(B) 83.48º 0.11% 0.81% -
XYZ 53.64 59.43 53.44 -
YUV 200.69 118.02 125.37 -
System Red Green Blue C M Y K H S L
Decimal 197 206 183 0.04 0 0.11 0.19 83.48 0.19 0.76
Hex C5 CE B7 4 0 B 13 53 13 4C
Octal 305 316 267 4 0 13 23 123 23 114
Binary 11000101 11001110 10110111 100 0 1011 10011 1010011 10011 1001100

Color Harmonies of #C5CEB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEB7

Black with #C5CEB7

Text Example


Text Example

White with #C5CEB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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