Html Css Color HEX #C1C8AA Pale Leaf

📋 copy color: '#C1C8AA'

red 193 ◦ green 200 ◦ blue 170

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

Shades of Pale Leaf #C1C8AA

Tints of Pale Leaf #C1C8AA

RGB

 RED value IS 193 (75.78% from 255) = 34.28%

 GREEN value IS 200 (78.52% from 255) = 35.52%

 BLUE value IS 170 (66.8% from 255) = 30.2%

R = 34.28%
G = 35.52%
B = 30.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C1C8AA (or 0xC1C8AA) is known color: Pale Leaf. HEX triplet: C1, C8 and AA. RGB value is (193,200,170). Sum of RGB (Red+Green+Blue) = 193+200+170=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #C1C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C8AA is #3E3755. Grayscale: #C2C2C2. Windows color (decimal): -4077398 or 11192513. OLE color: 11192513.

HSL color Cylindrical-coordinate representation of color #C1C8AA: hue angle of 74º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1C8AA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 193 200 170 -
CMYK 0.04 0 0.15 0.22
HSL 74º 0.21% 0.73% -
HSV(B) 74º 0.15% 0.78% -
XYZ 49.9 55.55 46.12 -
YUV 194.49 114.18 126.94 -
System Red Green Blue C M Y K H S L
Decimal 193 200 170 0.04 0 0.15 0.22 74 0.21 0.73
Hex C1 C8 AA 4 0 F 16 4A 15 49
Octal 301 310 252 4 0 17 26 112 25 111
Binary 11000001 11001000 10101010 100 0 1111 10110 1001010 10101 1001001

Color Harmonies of #C1C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C8AA

Black with #C1C8AA

Text Example


Text Example

White with #C1C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C8AA; }

 p { color: rgb(193,200,170); }

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

background-color css

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

 a { background-color: rgb(193,200,170); }

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

border-color css

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

 span { border-color: rgb(193,200,170); }

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