Html Css Color HEX #C5CFB2 Pale Leaf

📋 copy color: '#C5CFB2'

red 197 ◦ green 207 ◦ blue 178

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

Shades of Pale Leaf #C5CFB2

Tints of Pale Leaf #C5CFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.58%

R = 33.85%
G = 35.57%
B = 30.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#C5CFB2 (or 0xC5CFB2) is known color: Pale Leaf. HEX triplet: C5, CF and B2. RGB value is (197,207,178). Sum of RGB (Red+Green+Blue) = 197+207+178=582 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.85% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 178 (69.92% from 255 or 30.58% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #C5CFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5CFB2 is #3A304D. Grayscale: #C8C8C8. Windows color (decimal): -3813454 or 11718597. OLE color: 11718597.

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

Color convert

RGB 197 207 178 -
CMYK 0.05 0 0.14 0.19
HSL 80.69º 0.23% 0.75% -
HSV(B) 80.69º 0.14% 0.81% -
XYZ 53.37 59.71 50.83 -
YUV 200.7 115.19 125.36 -
System Red Green Blue C M Y K H S L
Decimal 197 207 178 0.05 0 0.14 0.19 80.69 0.23 0.75
Hex C5 CF B2 5 0 E 13 51 17 4B
Octal 305 317 262 5 0 16 23 121 27 113
Binary 11000101 11001111 10110010 101 0 1110 10011 1010001 10111 1001011

Color Harmonies of #C5CFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5CFB2

Black with #C5CFB2

Text Example


Text Example

White with #C5CFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5CFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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