#C0CD9D

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

Shades of Sprout #C0CD9D

Tints of Sprout #C0CD9D

Color information

#C0CD9D (or 0xC0CD9D) is unknown color: approx Sprout. HEX triplet: C0, CD and 9D. RGB value is (192,205,157). Sum of RGB (Red+Green+Blue) = 192+205+157=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD9D is #3F3262. Grayscale: #C3C3C3. Windows color (decimal): -4141667 or 10341824. OLE color: 10341824.

HSL color Cylindrical-coordinate representation of color #C0CD9D: hue angle of 76.25º 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 #C0CD9D is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB192205157-
CMYK0.0600.230.20
HSL76.25º32.43%70.98%-
HSV(B)76.25º23.41%80.39%-
XYZ49.6657.340.34-
YUV195.64106.19125.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 157 (61.72% from 255) = 28.34%
R=34.66%
G=37.00%
B=28.34%

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
Decimal1922051570.0600.230.2076.2532.4370.98
HexC0CD9D6017144c2047
Octal30031523560272411440107
Binary1100000011001101100111011100101111010010011001000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CD9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CD9D; }

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

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

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

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

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

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

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

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