Html Css Color HEX #C0CF9D Sprout

📋 copy color: '#C0CF9D'

red 192 ◦ green 207 ◦ blue 157

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

Shades of Sprout #C0CF9D

Tints of Sprout #C0CF9D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.23%

 BLUE value IS 157 (61.72% from 255) = 28.24%

R = 34.53%
G = 37.23%
B = 28.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#C0CF9D (or 0xC0CF9D) is known color: Sprout. HEX triplet: C0, CF and 9D. RGB value is (192,207,157). Sum of RGB (Red+Green+Blue) = 192+207+157=556 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.53% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 157 (61.72% from 255 or 28.24% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #C0CF9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0CF9D is #3F3062. Grayscale: #C5C5C5. Windows color (decimal): -4141155 or 10342336. OLE color: 10342336.

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

Color convert

RGB 192 207 157 -
CMYK 0.07 0 0.24 0.19
HSL 78º 0.34% 0.71% -
HSV(B) 78º 0.24% 0.81% -
XYZ 50.14 58.27 40.5 -
YUV 196.82 105.53 124.57 -
System Red Green Blue C M Y K H S L
Decimal 192 207 157 0.07 0 0.24 0.19 78 0.34 0.71
Hex C0 CF 9D 7 0 18 13 4E 22 47
Octal 300 317 235 7 0 30 23 116 42 107
Binary 11000000 11001111 10011101 111 0 11000 10011 1001110 100010 1000111

Color Harmonies of #C0CF9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CF9D

Black with #C0CF9D

Text Example


Text Example

White with #C0CF9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CF9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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