Html Css Color HEX #C0CEAA Pale Leaf

📋 copy color: '#C0CEAA'

red 192 ◦ green 206 ◦ blue 170

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

Shades of Pale Leaf #C0CEAA

Tints of Pale Leaf #C0CEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.93%

R = 33.8%
G = 36.27%
B = 29.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#C0CEAA (or 0xC0CEAA) is known color: Pale Leaf. HEX triplet: C0, CE and AA. RGB value is (192,206,170). Sum of RGB (Red+Green+Blue) = 192+206+170=568 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.80% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEAA is #3F3155. Grayscale: #C5C5C5. Windows color (decimal): -4141398 or 11194048. OLE color: 11194048.

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

Color convert

RGB 192 206 170 -
CMYK 0.07 0 0.17 0.19
HSL 83.33º 0.27% 0.74% -
HSV(B) 83.33º 0.17% 0.81% -
XYZ 51.07 58.25 46.58 -
YUV 197.71 112.36 123.93 -
System Red Green Blue C M Y K H S L
Decimal 192 206 170 0.07 0 0.17 0.19 83.33 0.27 0.74
Hex C0 CE AA 7 0 11 13 53 1B 4A
Octal 300 316 252 7 0 21 23 123 33 112
Binary 11000000 11001110 10101010 111 0 10001 10011 1010011 11011 1001010

Color Harmonies of #C0CEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEAA

Black with #C0CEAA

Text Example


Text Example

White with #C0CEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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