Html Css Color HEX #C0CD9C Sprout

📋 copy color: '#C0CD9C'

red 192 ◦ green 205 ◦ blue 156

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

Shades of Sprout #C0CD9C

Tints of Sprout #C0CD9C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.07%

 BLUE value IS 156 (61.33% from 255) = 28.21%

R = 34.72%
G = 37.07%
B = 28.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#C0CD9C (or 0xC0CD9C) is known color: Sprout. HEX triplet: C0, CD and 9C. RGB value is (192,205,156). Sum of RGB (Red+Green+Blue) = 192+205+156=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CD9C is #3F3263. Grayscale: #C3C3C3. Windows color (decimal): -4141668 or 10276288. OLE color: 10276288.

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

Color convert

RGB 192 205 156 -
CMYK 0.06 0 0.24 0.20
HSL 75.92º 0.33% 0.71% -
HSV(B) 75.92º 0.24% 0.8% -
XYZ 49.57 57.27 39.89 -
YUV 195.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 192 205 156 0.06 0 0.24 0.20 75.92 0.33 0.71
Hex C0 CD 9C 6 0 18 14 4C 21 47
Octal 300 315 234 6 0 30 24 114 41 107
Binary 11000000 11001101 10011100 110 0 11000 10100 1001100 100001 1000111

Color Harmonies of #C0CD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD9C

Black with #C0CD9C

Text Example


Text Example

White with #C0CD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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