#C0CD9E

Color #C0CD9E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #C0CD9E

Tints of Sprout #C0CD9E

Color information

#C0CD9E (or 0xC0CD9E) is unknown color: approx Sprout. HEX triplet: C0, CD and 9E. RGB value is (192,205,158). Sum of RGB (Red+Green+Blue) = 192+205+158=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD9E is #3F3261. Grayscale: #C3C3C3. Windows color (decimal): -4141666 or 10407360. OLE color: 10407360.

HSL color Cylindrical-coordinate representation of color #C0CD9E: hue angle of 76.6º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0CD9E is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB192205158-
CMYK0.0600.230.20
HSL76.6º31.97%71.18%-
HSV(B)76.6º22.93%80.39%-
XYZ49.7457.3440.79-
YUV195.76106.69125.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=34.59%
G=36.94%
B=28.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1922051580.0600.230.2076.631.9771.18
HexC0CD9E6017144d2047
Octal30031523660272411540107
Binary1100000011001101100111101100101111010010011011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CD9E; }

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

 H1.HeaderClassName
 {
   color: #C0CD9E;
 }
 .AnyTagClassName
 {
   color: #C0CD9E;
 }
</style>
background-color css

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

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

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

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

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

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