Html Css Color HEX #C0CE9E Sprout

📋 copy color: '#C0CE9E'

red 192 ◦ green 206 ◦ blue 158

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

Shades of Sprout #C0CE9E

Tints of Sprout #C0CE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.42%

R = 34.53%
G = 37.05%
B = 28.42%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#C0CE9E (or 0xC0CE9E) is known color: Sprout. HEX triplet: C0, CE and 9E. RGB value is (192,206,158). Sum of RGB (Red+Green+Blue) = 192+206+158=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 158 (62.11% from 255 or 28.42% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #C0CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CE9E is #3F3161. Grayscale: #C4C4C4. Windows color (decimal): -4141410 or 10407616. OLE color: 10407616.

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

Color convert

RGB 192 206 158 -
CMYK 0.07 0 0.23 0.19
HSL 77.5º 0.33% 0.71% -
HSV(B) 77.5º 0.23% 0.81% -
XYZ 49.98 57.82 40.87 -
YUV 196.34 106.36 124.9 -
System Red Green Blue C M Y K H S L
Decimal 192 206 158 0.07 0 0.23 0.19 77.5 0.33 0.71
Hex C0 CE 9E 7 0 17 13 4E 21 47
Octal 300 316 236 7 0 27 23 116 41 107
Binary 11000000 11001110 10011110 111 0 10111 10011 1001110 100001 1000111

Color Harmonies of #C0CE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CE9E

Black with #C0CE9E

Text Example


Text Example

White with #C0CE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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