Html Css Color HEX #C5CFB0 Pale Leaf

📋 copy color: '#C5CFB0'

red 197 ◦ green 207 ◦ blue 176

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

Shades of Pale Leaf #C5CFB0

Tints of Pale Leaf #C5CFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.34%

R = 33.97%
G = 35.69%
B = 30.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#C5CFB0 (or 0xC5CFB0) is known color: Pale Leaf. HEX triplet: C5, CF and B0. RGB value is (197,207,176). Sum of RGB (Red+Green+Blue) = 197+207+176=580 (76% of max value = 765). Red value is 197 (77.34% from 255 or 33.97% from 580); Green value is 207 (81.25% from 255 or 35.69% from 580); Blue value is 176 (69.14% from 255 or 30.34% from 580); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFB0 is #3A304F. Grayscale: #C8C8C8. Windows color (decimal): -3813456 or 11587525. OLE color: 11587525.

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

Color convert

RGB 197 207 176 -
CMYK 0.05 0 0.15 0.19
HSL 79.35º 0.24% 0.75% -
HSV(B) 79.35º 0.15% 0.81% -
XYZ 53.18 59.63 49.78 -
YUV 200.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 197 207 176 0.05 0 0.15 0.19 79.35 0.24 0.75
Hex C5 CF B0 5 0 F 13 4F 18 4B
Octal 305 317 260 5 0 17 23 117 30 113
Binary 11000101 11001111 10110000 101 0 1111 10011 1001111 11000 1001011

Color Harmonies of #C5CFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFB0

Black with #C5CFB0

Text Example


Text Example

White with #C5CFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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