Html Css Color HEX #C0064D Jazzberry Jam

📋 copy color: '#C0064D'

red 192 ◦ green 6 ◦ blue 77

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

Shades of Jazzberry Jam #C0064D

Tints of Jazzberry Jam #C0064D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28%

R = 69.82%
G = 2.18%
B = 28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0064D (or 0xC0064D) is known color: Jazzberry Jam. HEX triplet: C0, 06 and 4D. RGB value is (192,6,77). Sum of RGB (Red+Green+Blue) = 192+6+77=275 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.82% from 275); Green value is 6 (2.73% from 255 or 2.18% from 275); Blue value is 77 (30.47% from 255 or 28% from 275); Max value from RGB is 192 - color contains mainly: red. Hex color #C0064D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0064D is #3FF9B2. Grayscale: #454545. Windows color (decimal): -4192691 or 5048000. OLE color: 5048000.

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

Color convert

RGB 192 6 77 -
CMYK 0 0.97 0.60 0.25
HSL 337.1º 0.94% 0.39% -
HSV(B) 337.1º 0.97% 0.75% -
XYZ 23.14 11.87 8.09 -
YUV 69.71 132.12 215.23 -
System Red Green Blue C M Y K H S L
Decimal 192 6 77 0 0.97 0.60 0.25 337.1 0.94 0.39
Hex C0 6 4D 0 61 3C 19 151 5E 27
Octal 300 6 115 0 141 74 31 521 136 47
Binary 11000000 110 1001101 0 1100001 111100 11001 101010001 1011110 100111

Color Harmonies of #C0064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0064D

Black with #C0064D

Text Example


Text Example

White with #C0064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0064D; }

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

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

background-color css

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

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

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

border-color css

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

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

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