Html Css Color HEX #C0CEAE Pale Leaf

📋 copy color: '#C0CEAE'

red 192 ◦ green 206 ◦ blue 174

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

Shades of Pale Leaf #C0CEAE

Tints of Pale Leaf #C0CEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.42%

R = 33.57%
G = 36.01%
B = 30.42%

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

#C0CEAE (or 0xC0CEAE) is known color: Pale Leaf. HEX triplet: C0, CE and AE. RGB value is (192,206,174). Sum of RGB (Red+Green+Blue) = 192+206+174=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 174 (68.36% from 255 or 30.42% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEAE is #3F3151. Grayscale: #C6C6C6. Windows color (decimal): -4141394 or 11456192. OLE color: 11456192.

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

Color convert

RGB 192 206 174 -
CMYK 0.07 0 0.16 0.19
HSL 86.25º 0.25% 0.75% -
HSV(B) 86.25º 0.16% 0.81% -
XYZ 51.45 58.41 48.61 -
YUV 198.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 192 206 174 0.07 0 0.16 0.19 86.25 0.25 0.75
Hex C0 CE AE 7 0 10 13 56 19 4B
Octal 300 316 256 7 0 20 23 126 31 113
Binary 11000000 11001110 10101110 111 0 10000 10011 1010110 11001 1001011

Color Harmonies of #C0CEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEAE

Black with #C0CEAE

Text Example


Text Example

White with #C0CEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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