Html Css Color HEX #C0C8AA Pale Leaf

📋 copy color: '#C0C8AA'

red 192 ◦ green 200 ◦ blue 170

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

Shades of Pale Leaf #C0C8AA

Tints of Pale Leaf #C0C8AA

RGB

 RED value IS 192 (75.39% from 255) = 34.16%

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

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

R = 34.16%
G = 35.59%
B = 30.25%

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

#C0C8AA (or 0xC0C8AA) is known color: Pale Leaf. HEX triplet: C0, C8 and AA. RGB value is (192,200,170). Sum of RGB (Red+Green+Blue) = 192+200+170=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 200 (78.52% from 255 or 35.59% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C8AA is #3F3755. Grayscale: #C2C2C2. Windows color (decimal): -4142934 or 11192512. OLE color: 11192512.

HSL color Cylindrical-coordinate representation of color #C0C8AA: hue angle of 76º 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 #C0C8AA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 200 170 -
CMYK 0.04 0 0.15 0.22
HSL 76º 0.21% 0.73% -
HSV(B) 76º 0.15% 0.78% -
XYZ 49.65 55.42 46.11 -
YUV 194.19 114.35 126.44 -
System Red Green Blue C M Y K H S L
Decimal 192 200 170 0.04 0 0.15 0.22 76 0.21 0.73
Hex C0 C8 AA 4 0 F 16 4C 15 49
Octal 300 310 252 4 0 17 26 114 25 111
Binary 11000000 11001000 10101010 100 0 1111 10110 1001100 10101 1001001

Color Harmonies of #C0C8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8AA

Black with #C0C8AA

Text Example


Text Example

White with #C0C8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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