Html Css Color HEX #C0CEAD Pale Leaf

📋 copy color: '#C0CEAD'

red 192 ◦ green 206 ◦ blue 173

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

Shades of Pale Leaf #C0CEAD

Tints of Pale Leaf #C0CEAD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.08%

 BLUE value IS 173 (67.97% from 255) = 30.3%

R = 33.63%
G = 36.08%
B = 30.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#C0CEAD (or 0xC0CEAD) is known color: Pale Leaf. HEX triplet: C0, CE and AD. RGB value is (192,206,173). Sum of RGB (Red+Green+Blue) = 192+206+173=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 173 (67.97% from 255 or 30.30% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEAD is #3F3152. Grayscale: #C6C6C6. Windows color (decimal): -4141395 or 11390656. OLE color: 11390656.

HSL color Cylindrical-coordinate representation of color #C0CEAD: hue angle of 85.45º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0CEAD is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 192 206 173 -
CMYK 0.07 0 0.16 0.19
HSL 85.45º 0.25% 0.74% -
HSV(B) 85.45º 0.16% 0.81% -
XYZ 51.35 58.37 48.09 -
YUV 198.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 192 206 173 0.07 0 0.16 0.19 85.45 0.25 0.74
Hex C0 CE AD 7 0 10 13 55 19 4A
Octal 300 316 255 7 0 20 23 125 31 112
Binary 11000000 11001110 10101101 111 0 10000 10011 1010101 11001 1001010

Color Harmonies of #C0CEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEAD

Black with #C0CEAD

Text Example


Text Example

White with #C0CEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEAD; }

 p { color: rgb(192,206,173); }

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

background-color css

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

 a { background-color: rgb(192,206,173); }

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

border-color css

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

 span { border-color: rgb(192,206,173); }

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