Html Css Color HEX #C0CCAB Pale Leaf

📋 copy color: '#C0CCAB'

red 192 ◦ green 204 ◦ blue 171

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

Shades of Pale Leaf #C0CCAB

Tints of Pale Leaf #C0CCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.16%

R = 33.86%
G = 35.98%
B = 30.16%

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

#C0CCAB (or 0xC0CCAB) is known color: Pale Leaf. HEX triplet: C0, CC and AB. RGB value is (192,204,171). Sum of RGB (Red+Green+Blue) = 192+204+171=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CCAB is #3F3354. Grayscale: #C4C4C4. Windows color (decimal): -4141909 or 11259072. OLE color: 11259072.

HSL color Cylindrical-coordinate representation of color #C0CCAB: hue angle of 81.82º 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 #C0CCAB is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 204 171 -
CMYK 0.06 0 0.16 0.2
HSL 81.82º 0.24% 0.74% -
HSV(B) 81.82º 0.16% 0.8% -
XYZ 50.68 57.33 46.92 -
YUV 196.65 113.52 124.68 -
System Red Green Blue C M Y K H S L
Decimal 192 204 171 0.06 0 0.16 0.2 81.82 0.24 0.74
Hex C0 CC AB 6 0 10 14 52 18 4A
Octal 300 314 253 6 0 20 24 122 30 112
Binary 11000000 11001100 10101011 110 0 10000 10100 1010010 11000 1001010

Color Harmonies of #C0CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CCAB

Black with #C0CCAB

Text Example


Text Example

White with #C0CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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