Html Css Color HEX #C0CEA9 Pale Leaf

📋 copy color: '#C0CEA9'

red 192 ◦ green 206 ◦ blue 169

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

Shades of Pale Leaf #C0CEA9

Tints of Pale Leaf #C0CEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.81%

R = 33.86%
G = 36.33%
B = 29.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.19

RGB Variations

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

Color information

#C0CEA9 (or 0xC0CEA9) is known color: Pale Leaf. HEX triplet: C0, CE and A9. RGB value is (192,206,169). Sum of RGB (Red+Green+Blue) = 192+206+169=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 169 (66.41% from 255 or 29.81% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEA9 is #3F3156. Grayscale: #C5C5C5. Windows color (decimal): -4141399 or 11128512. OLE color: 11128512.

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

Color convert

RGB 192 206 169 -
CMYK 0.07 0 0.18 0.19
HSL 82.7º 0.27% 0.74% -
HSV(B) 82.7º 0.18% 0.81% -
XYZ 50.97 58.21 46.09 -
YUV 197.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 192 206 169 0.07 0 0.18 0.19 82.7 0.27 0.74
Hex C0 CE A9 7 0 12 13 53 1B 4A
Octal 300 316 251 7 0 22 23 123 33 112
Binary 11000000 11001110 10101001 111 0 10010 10011 1010011 11011 1001010

Color Harmonies of #C0CEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEA9

Black with #C0CEA9

Text Example


Text Example

White with #C0CEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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