Html Css Color HEX #C01064 Jazzberry Jam

📋 copy color: '#C01064'

red 192 ◦ green 16 ◦ blue 100

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

Shades of Jazzberry Jam #C01064

Tints of Jazzberry Jam #C01064

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.19%

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

R = 62.34%
G = 5.19%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01064 (or 0xC01064) is known color: Jazzberry Jam. HEX triplet: C0, 10 and 64. RGB value is (192,16,100). Sum of RGB (Red+Green+Blue) = 192+16+100=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 100 (39.45% from 255 or 32.47% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C01064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01064 is #3FEF9B. Grayscale: #4E4E4E. Windows color (decimal): -4190108 or 6557888. OLE color: 6557888.

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

Color convert

RGB 192 16 100 -
CMYK 0 0.92 0.48 0.25
HSL 331.36º 0.85% 0.41% -
HSV(B) 331.36º 0.92% 0.75% -
XYZ 24.22 12.5 13.19 -
YUV 78.2 140.31 209.17 -
System Red Green Blue C M Y K H S L
Decimal 192 16 100 0 0.92 0.48 0.25 331.36 0.85 0.41
Hex C0 10 64 0 5C 30 19 14B 55 29
Octal 300 20 144 0 134 60 31 513 125 51
Binary 11000000 10000 1100100 0 1011100 110000 11001 101001011 1010101 101001

Color Harmonies of #C01064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01064

Black with #C01064

Text Example


Text Example

White with #C01064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01064; }

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

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

background-color css

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

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

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

border-color css

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

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

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