Html Css Color HEX #C5CEB6 Pale Leaf

📋 copy color: '#C5CEB6'

red 197 ◦ green 206 ◦ blue 182

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

Shades of Pale Leaf #C5CEB6

Tints of Pale Leaf #C5CEB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 31.11%

R = 33.68%
G = 35.21%
B = 31.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#C5CEB6 (or 0xC5CEB6) is known color: Pale Leaf. HEX triplet: C5, CE and B6. RGB value is (197,206,182). Sum of RGB (Red+Green+Blue) = 197+206+182=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEB6 is #3A3149. Grayscale: #C8C8C8. Windows color (decimal): -3813706 or 11980485. OLE color: 11980485.

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

Color convert

RGB 197 206 182 -
CMYK 0.04 0 0.12 0.19
HSL 82.5º 0.2% 0.76% -
HSV(B) 82.5º 0.12% 0.81% -
XYZ 53.54 59.39 52.9 -
YUV 200.57 117.52 125.45 -
System Red Green Blue C M Y K H S L
Decimal 197 206 182 0.04 0 0.12 0.19 82.5 0.2 0.76
Hex C5 CE B6 4 0 C 13 52 14 4C
Octal 305 316 266 4 0 14 23 122 24 114
Binary 11000101 11001110 10110110 100 0 1100 10011 1010010 10100 1001100

Color Harmonies of #C5CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEB6

Black with #C5CEB6

Text Example


Text Example

White with #C5CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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