Html Css Color HEX #C00660 Jazzberry Jam

📋 copy color: '#C00660'

red 192 ◦ green 6 ◦ blue 96

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

Shades of Jazzberry Jam #C00660

Tints of Jazzberry Jam #C00660

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.04%

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 65.31%
G = 2.04%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C00660 (or 0xC00660) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 60. RGB value is (192,6,96). Sum of RGB (Red+Green+Blue) = 192+6+96=294 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.31% from 294); Green value is 6 (2.73% from 255 or 2.04% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 192 - color contains mainly: red. Hex color #C00660 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00660 is #3FF99F. Grayscale: #474747. Windows color (decimal): -4192672 or 6293184. OLE color: 6293184.

HSL color Cylindrical-coordinate representation of color #C00660: hue angle of 330.97º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C00660 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 96 -
CMYK 0 0.97 0.50 0.25
HSL 330.97º 0.94% 0.39% -
HSV(B) 330.97º 0.97% 0.75% -
XYZ 23.91 12.18 12.16 -
YUV 71.87 141.62 213.68 -
System Red Green Blue C M Y K H S L
Decimal 192 6 96 0 0.97 0.50 0.25 330.97 0.94 0.39
Hex C0 6 60 0 61 32 19 14B 5E 27
Octal 300 6 140 0 141 62 31 513 136 47
Binary 11000000 110 1100000 0 1100001 110010 11001 101001011 1011110 100111

Color Harmonies of #C00660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00660

Black with #C00660

Text Example


Text Example

White with #C00660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00660; }

 p { color: rgb(192,6,96); }

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

background-color css

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

 a { background-color: rgb(192,6,96); }

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

border-color css

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

 span { border-color: rgb(192,6,96); }

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