Html Css Color HEX #C0CEAF Pale Leaf

📋 copy color: '#C0CEAF'

red 192 ◦ green 206 ◦ blue 175

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

Shades of Pale Leaf #C0CEAF

Tints of Pale Leaf #C0CEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.54%

R = 33.51%
G = 35.95%
B = 30.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#C0CEAF (or 0xC0CEAF) is known color: Pale Leaf. HEX triplet: C0, CE and AF. RGB value is (192,206,175). Sum of RGB (Red+Green+Blue) = 192+206+175=573 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.51% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 175 (68.75% from 255 or 30.54% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CEAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CEAF is #3F3150. Grayscale: #C6C6C6. Windows color (decimal): -4141393 or 11521728. OLE color: 11521728.

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

Color convert

RGB 192 206 175 -
CMYK 0.07 0 0.15 0.19
HSL 87.1º 0.24% 0.75% -
HSV(B) 87.1º 0.15% 0.81% -
XYZ 51.55 58.44 49.12 -
YUV 198.28 114.86 123.52 -
System Red Green Blue C M Y K H S L
Decimal 192 206 175 0.07 0 0.15 0.19 87.1 0.24 0.75
Hex C0 CE AF 7 0 F 13 57 18 4B
Octal 300 316 257 7 0 17 23 127 30 113
Binary 11000000 11001110 10101111 111 0 1111 10011 1010111 11000 1001011

Color Harmonies of #C0CEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CEAF

Black with #C0CEAF

Text Example


Text Example

White with #C0CEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CEAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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