Html Css Color HEX #C5CEB3 Pale Leaf

📋 copy color: '#C5CEB3'

red 197 ◦ green 206 ◦ blue 179

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

Shades of Pale Leaf #C5CEB3

Tints of Pale Leaf #C5CEB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 30.76%

R = 33.85%
G = 35.4%
B = 30.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#C5CEB3 (or 0xC5CEB3) is known color: Pale Leaf. HEX triplet: C5, CE and B3. RGB value is (197,206,179). Sum of RGB (Red+Green+Blue) = 197+206+179=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 206 (80.86% from 255 or 35.40% from 582); Blue value is 179 (70.31% from 255 or 30.76% from 582); Max value from RGB is 206 - color contains mainly: green. Hex color #C5CEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CEB3 is #3A314C. Grayscale: #C8C8C8. Windows color (decimal): -3813709 or 11783877. OLE color: 11783877.

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

Color convert

RGB 197 206 179 -
CMYK 0.04 0 0.13 0.19
HSL 80º 0.22% 0.75% -
HSV(B) 80º 0.13% 0.81% -
XYZ 53.23 59.27 51.28 -
YUV 200.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 197 206 179 0.04 0 0.13 0.19 80 0.22 0.75
Hex C5 CE B3 4 0 D 13 50 16 4B
Octal 305 316 263 4 0 15 23 120 26 113
Binary 11000101 11001110 10110011 100 0 1101 10011 1010000 10110 1001011

Color Harmonies of #C5CEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CEB3

Black with #C5CEB3

Text Example


Text Example

White with #C5CEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CEB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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