Html Css Color HEX #C01764 Jazzberry Jam

📋 copy color: '#C01764'

red 192 ◦ green 23 ◦ blue 100

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

Shades of Jazzberry Jam #C01764

Tints of Jazzberry Jam #C01764

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.3%

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

R = 60.95%
G = 7.3%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C01764 (or 0xC01764) is known color: Jazzberry Jam. HEX triplet: C0, 17 and 64. RGB value is (192,23,100). Sum of RGB (Red+Green+Blue) = 192+23+100=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C01764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01764 is #3FE89B. Grayscale: #525252. Windows color (decimal): -4188316 or 6559680. OLE color: 6559680.

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

Color convert

RGB 192 23 100 -
CMYK 0 0.88 0.48 0.25
HSL 332.66º 0.79% 0.42% -
HSV(B) 332.66º 0.88% 0.75% -
XYZ 24.34 12.74 13.23 -
YUV 82.31 137.99 206.24 -
System Red Green Blue C M Y K H S L
Decimal 192 23 100 0 0.88 0.48 0.25 332.66 0.79 0.42
Hex C0 17 64 0 58 30 19 14D 4F 2A
Octal 300 27 144 0 130 60 31 515 117 52
Binary 11000000 10111 1100100 0 1011000 110000 11001 101001101 1001111 101010

Color Harmonies of #C01764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01764

Black with #C01764

Text Example


Text Example

White with #C01764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01764; }

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

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

background-color css

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

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

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

border-color css

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

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

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