Html Css Color HEX #C01A62 Jazzberry Jam

📋 copy color: '#C01A62'

red 192 ◦ green 26 ◦ blue 98

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

Shades of Jazzberry Jam #C01A62

Tints of Jazzberry Jam #C01A62

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.23%

 BLUE value IS 98 (38.67% from 255) = 31.01%

R = 60.76%
G = 8.23%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C01A62 (or 0xC01A62) is known color: Jazzberry Jam. HEX triplet: C0, 1A and 62. RGB value is (192,26,98). Sum of RGB (Red+Green+Blue) = 192+26+98=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 98 (38.67% from 255 or 31.01% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C01A62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01A62 is #3FE59D. Grayscale: #535353. Windows color (decimal): -4187550 or 6429376. OLE color: 6429376.

HSL color Cylindrical-coordinate representation of color #C01A62: hue angle of 333.98º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C01A62 is Cyan = 0, Magento = 0.86, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 26 98 -
CMYK 0 0.86 0.49 0.25
HSL 333.98º 0.76% 0.43% -
HSV(B) 333.98º 0.86% 0.75% -
XYZ 24.31 12.83 12.75 -
YUV 83.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 192 26 98 0 0.86 0.49 0.25 333.98 0.76 0.43
Hex C0 1A 62 0 56 31 19 14E 4C 2B
Octal 300 32 142 0 126 61 31 516 114 53
Binary 11000000 11010 1100010 0 1010110 110001 11001 101001110 1001100 101011

Color Harmonies of #C01A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01A62

Black with #C01A62

Text Example


Text Example

White with #C01A62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01A62; }

 p { color: rgb(192,26,98); }

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

background-color css

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

 a { background-color: rgb(192,26,98); }

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

border-color css

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

 span { border-color: rgb(192,26,98); }

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