Html Css Color HEX #C00650 Jazzberry Jam

📋 copy color: '#C00650'

red 192 ◦ green 6 ◦ blue 80

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

Shades of Jazzberry Jam #C00650

Tints of Jazzberry Jam #C00650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 69.06%
G = 2.16%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C00650 (or 0xC00650) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 50. RGB value is (192,6,80). Sum of RGB (Red+Green+Blue) = 192+6+80=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C00650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00650 is #3FF9AF. Grayscale: #454545. Windows color (decimal): -4192688 or 5244608. OLE color: 5244608.

HSL color Cylindrical-coordinate representation of color #C00650: hue angle of 336.13º 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 #C00650 is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 6 80 -
CMYK 0 0.97 0.58 0.25
HSL 336.13º 0.94% 0.39% -
HSV(B) 336.13º 0.97% 0.75% -
XYZ 23.25 11.92 8.66 -
YUV 70.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 192 6 80 0 0.97 0.58 0.25 336.13 0.94 0.39
Hex C0 6 50 0 61 3A 19 150 5E 27
Octal 300 6 120 0 141 72 31 520 136 47
Binary 11000000 110 1010000 0 1100001 111010 11001 101010000 1011110 100111

Color Harmonies of #C00650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00650

Black with #C00650

Text Example


Text Example

White with #C00650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00650; }

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

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

background-color css

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

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

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

border-color css

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

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

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