Html Css Color HEX #C5CFB5 Pale Leaf

📋 copy color: '#C5CFB5'

red 197 ◦ green 207 ◦ blue 181

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

Shades of Pale Leaf #C5CFB5

Tints of Pale Leaf #C5CFB5

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.38%

 BLUE value IS 181 (71.09% from 255) = 30.94%

R = 33.68%
G = 35.38%
B = 30.94%

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

#C5CFB5 (or 0xC5CFB5) is known color: Pale Leaf. HEX triplet: C5, CF and B5. RGB value is (197,207,181). Sum of RGB (Red+Green+Blue) = 197+207+181=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 181 (71.09% from 255 or 30.94% from 585); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5CFB5 is #3A304A. Grayscale: #C9C9C9. Windows color (decimal): -3813451 or 11915205. OLE color: 11915205.

HSL color Cylindrical-coordinate representation of color #C5CFB5: 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 #C5CFB5 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 207 181 -
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.68 59.83 52.44 -
YUV 201.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 197 207 181 0.05 0 0.13 0.19 83.08 0.21 0.76
Hex C5 CF B5 5 0 D 13 53 15 4C
Octal 305 317 265 5 0 15 23 123 25 114
Binary 11000101 11001111 10110101 101 0 1101 10011 1010011 10101 1001100

Color Harmonies of #C5CFB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFB5

Black with #C5CFB5

Text Example


Text Example

White with #C5CFB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFB5; }

 p { color: rgb(197,207,181); }

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

background-color css

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

 a { background-color: rgb(197,207,181); }

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

border-color css

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

 span { border-color: rgb(197,207,181); }

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