Html Css Color HEX #C0CCA0 Pale Leaf

📋 copy color: '#C0CCA0'

red 192 ◦ green 204 ◦ blue 160

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

Shades of Pale Leaf #C0CCA0

Tints of Pale Leaf #C0CCA0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.69%

 BLUE value IS 160 (62.89% from 255) = 28.78%

R = 34.53%
G = 36.69%
B = 28.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.2

RGB Variations

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

Color information

#C0CCA0 (or 0xC0CCA0) is known color: Pale Leaf. HEX triplet: C0, CC and A0. RGB value is (192,204,160). Sum of RGB (Red+Green+Blue) = 192+204+160=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCA0 is #3F335F. Grayscale: #C3C3C3. Windows color (decimal): -4141920 or 10538176. OLE color: 10538176.

HSL color Cylindrical-coordinate representation of color #C0CCA0: hue angle of 76.36º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0CCA0 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 160 -
CMYK 0.06 0 0.22 0.2
HSL 76.36º 0.3% 0.71% -
HSV(B) 76.36º 0.22% 0.8% -
XYZ 49.68 56.93 41.63 -
YUV 195.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 192 204 160 0.06 0 0.22 0.2 76.36 0.3 0.71
Hex C0 CC A0 6 0 16 14 4C 1E 47
Octal 300 314 240 6 0 26 24 114 36 107
Binary 11000000 11001100 10100000 110 0 10110 10100 1001100 11110 1000111

Color Harmonies of #C0CCA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCA0

Black with #C0CCA0

Text Example


Text Example

White with #C0CCA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCA0; }

 p { color: rgb(192,204,160); }

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

background-color css

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

 a { background-color: rgb(192,204,160); }

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

border-color css

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

 span { border-color: rgb(192,204,160); }

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