Html Css Color HEX #C0CCA6 Pale Leaf

📋 copy color: '#C0CCA6'

red 192 ◦ green 204 ◦ blue 166

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

Shades of Pale Leaf #C0CCA6

Tints of Pale Leaf #C0CCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 29.54%

R = 34.16%
G = 36.3%
B = 29.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.2

RGB Variations

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

Color information

#C0CCA6 (or 0xC0CCA6) is known color: Pale Leaf. HEX triplet: C0, CC and A6. RGB value is (192,204,166). Sum of RGB (Red+Green+Blue) = 192+204+166=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCA6 is #3F3359. Grayscale: #C4C4C4. Windows color (decimal): -4141914 or 10931392. OLE color: 10931392.

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

Color convert

RGB 192 204 166 -
CMYK 0.06 0 0.19 0.2
HSL 78.95º 0.27% 0.73% -
HSV(B) 78.95º 0.19% 0.8% -
XYZ 50.21 57.15 44.46 -
YUV 196.08 111.02 125.09 -
System Red Green Blue C M Y K H S L
Decimal 192 204 166 0.06 0 0.19 0.2 78.95 0.27 0.73
Hex C0 CC A6 6 0 13 14 4F 1B 49
Octal 300 314 246 6 0 23 24 117 33 111
Binary 11000000 11001100 10100110 110 0 10011 10100 1001111 11011 1001001

Color Harmonies of #C0CCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCA6

Black with #C0CCA6

Text Example


Text Example

White with #C0CCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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