Html Css Color HEX #C00064 Jazzberry Jam

📋 copy color: '#C00064'

red 192 ◦ green 0 ◦ blue 100

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

Shades of Jazzberry Jam #C00064

Tints of Jazzberry Jam #C00064

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 100 (39.45% from 255) = 34.25%

R = 65.75%
G = 0%
B = 34.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C00064 (or 0xC00064) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 64. RGB value is (192,0,100). Sum of RGB (Red+Green+Blue) = 192+0+100=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C00064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00064 is #3FFF9B. Grayscale: #444444. Windows color (decimal): -4194204 or 6553792. OLE color: 6553792.

HSL color Cylindrical-coordinate representation of color #C00064: hue angle of 328.75º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00064 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 0 100 -
CMYK 0 1 0.48 0.25
HSL 328.75º 1% 0.38% -
HSV(B) 328.75º 1% 0.75% -
XYZ 24.04 12.13 13.13 -
YUV 68.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 192 0 100 0 1 0.48 0.25 328.75 1 0.38
Hex C0 0 64 0 64 30 19 149 64 26
Octal 300 0 144 0 144 60 31 511 144 46
Binary 11000000 0 1100100 0 1100100 110000 11001 101001001 1100100 100110

Color Harmonies of #C00064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00064

Black with #C00064

Text Example


Text Example

White with #C00064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00064; }

 p { color: rgb(192,0,100); }

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

background-color css

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

 a { background-color: rgb(192,0,100); }

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

border-color css

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

 span { border-color: rgb(192,0,100); }

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