Html Css Color HEX #C0CC9E Sprout

📋 copy color: '#C0CC9E'

red 192 ◦ green 204 ◦ blue 158

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

Shades of Sprout #C0CC9E

Tints of Sprout #C0CC9E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.82%

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

R = 34.66%
G = 36.82%
B = 28.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#C0CC9E (or 0xC0CC9E) is known color: Sprout. HEX triplet: C0, CC and 9E. RGB value is (192,204,158). Sum of RGB (Red+Green+Blue) = 192+204+158=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 158 (62.11% from 255 or 28.52% from 554); Max value from RGB is 204 - color contains mainly: green. Hex color #C0CC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CC9E is #3F3361. Grayscale: #C3C3C3. Windows color (decimal): -4141922 or 10407104. OLE color: 10407104.

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

Color convert

RGB 192 204 158 -
CMYK 0.06 0 0.23 0.2
HSL 75.65º 0.31% 0.71% -
HSV(B) 75.65º 0.23% 0.8% -
XYZ 49.5 56.86 40.71 -
YUV 195.17 107.02 125.74 -
System Red Green Blue C M Y K H S L
Decimal 192 204 158 0.06 0 0.23 0.2 75.65 0.31 0.71
Hex C0 CC 9E 6 0 17 14 4C 1F 47
Octal 300 314 236 6 0 27 24 114 37 107
Binary 11000000 11001100 10011110 110 0 10111 10100 1001100 11111 1000111

Color Harmonies of #C0CC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CC9E

Black with #C0CC9E

Text Example


Text Example

White with #C0CC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CC9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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