Html Css Color HEX #C0CCAC Pale Leaf

📋 copy color: '#C0CCAC'

red 192 ◦ green 204 ◦ blue 172

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

Shades of Pale Leaf #C0CCAC

Tints of Pale Leaf #C0CCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.28%

R = 33.8%
G = 35.92%
B = 30.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#C0CCAC (or 0xC0CCAC) is known color: Pale Leaf. HEX triplet: C0, CC and AC. RGB value is (192,204,172). Sum of RGB (Red+Green+Blue) = 192+204+172=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 172 (67.58% from 255 or 30.28% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCAC is #3F3353. Grayscale: #C4C4C4. Windows color (decimal): -4141908 or 11324608. OLE color: 11324608.

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

Color convert

RGB 192 204 172 -
CMYK 0.06 0 0.16 0.2
HSL 82.5º 0.24% 0.74% -
HSV(B) 82.5º 0.16% 0.8% -
XYZ 50.78 57.37 47.43 -
YUV 196.76 114.02 124.6 -
System Red Green Blue C M Y K H S L
Decimal 192 204 172 0.06 0 0.16 0.2 82.5 0.24 0.74
Hex C0 CC AC 6 0 10 14 52 18 4A
Octal 300 314 254 6 0 20 24 122 30 112
Binary 11000000 11001100 10101100 110 0 10000 10100 1010010 11000 1001010

Color Harmonies of #C0CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCAC

Black with #C0CCAC

Text Example


Text Example

White with #C0CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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