Html Css Color HEX #C0CDAA Pale Leaf

📋 copy color: '#C0CDAA'

red 192 ◦ green 205 ◦ blue 170

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

Shades of Pale Leaf #C0CDAA

Tints of Pale Leaf #C0CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.16%

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

R = 33.86%
G = 36.16%
B = 29.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#C0CDAA (or 0xC0CDAA) is known color: Pale Leaf. HEX triplet: C0, CD and AA. RGB value is (192,205,170). Sum of RGB (Red+Green+Blue) = 192+205+170=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CDAA is #3F3255. Grayscale: #C5C5C5. Windows color (decimal): -4141654 or 11193792. OLE color: 11193792.

HSL color Cylindrical-coordinate representation of color #C0CDAA: hue angle of 82.29º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0CDAA is Cyan = 0.06, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 170 -
CMYK 0.06 0 0.17 0.20
HSL 82.29º 0.26% 0.74% -
HSV(B) 82.29º 0.17% 0.8% -
XYZ 50.83 57.77 46.5 -
YUV 197.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 192 205 170 0.06 0 0.17 0.20 82.29 0.26 0.74
Hex C0 CD AA 6 0 11 14 52 1A 4A
Octal 300 315 252 6 0 21 24 122 32 112
Binary 11000000 11001101 10101010 110 0 10001 10100 1010010 11010 1001010

Color Harmonies of #C0CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CDAA

Black with #C0CDAA

Text Example


Text Example

White with #C0CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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