Html Css Color HEX #C00760 Jazzberry Jam

📋 copy color: '#C00760'

red 192 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #C00760

Tints of Jazzberry Jam #C00760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 65.08%
G = 2.37%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#C00760 (or 0xC00760) is known color: Jazzberry Jam. HEX triplet: C0, 07 and 60. RGB value is (192,7,96). Sum of RGB (Red+Green+Blue) = 192+7+96=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C00760 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00760 is #3FF89F. Grayscale: #484848. Windows color (decimal): -4192416 or 6293440. OLE color: 6293440.

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

Color convert

RGB 192 7 96 -
CMYK 0 0.96 0.50 0.25
HSL 331.14º 0.93% 0.39% -
HSV(B) 331.14º 0.96% 0.75% -
XYZ 23.93 12.2 12.16 -
YUV 72.46 141.29 213.26 -
System Red Green Blue C M Y K H S L
Decimal 192 7 96 0 0.96 0.50 0.25 331.14 0.93 0.39
Hex C0 7 60 0 60 32 19 14B 5D 27
Octal 300 7 140 0 140 62 31 513 135 47
Binary 11000000 111 1100000 0 1100000 110010 11001 101001011 1011101 100111

Color Harmonies of #C00760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00760

Black with #C00760

Text Example


Text Example

White with #C00760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00760; }

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

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

background-color css

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

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

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

border-color css

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

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

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