Html Css Color HEX #C01763 Jazzberry Jam

📋 copy color: '#C01763'

red 192 ◦ green 23 ◦ blue 99

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

Shades of Jazzberry Jam #C01763

Tints of Jazzberry Jam #C01763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 61.15%
G = 7.32%
B = 31.53%

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

#C01763 (or 0xC01763) is known color: Jazzberry Jam. HEX triplet: C0, 17 and 63. RGB value is (192,23,99). Sum of RGB (Red+Green+Blue) = 192+23+99=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C01763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C01763 is #3FE89C. Grayscale: #525252. Windows color (decimal): -4188317 or 6494144. OLE color: 6494144.

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

Color convert

RGB 192 23 99 -
CMYK 0 0.88 0.48 0.25
HSL 333.02º 0.79% 0.42% -
HSV(B) 333.02º 0.88% 0.75% -
XYZ 24.3 12.72 12.98 -
YUV 82.2 137.49 206.32 -
System Red Green Blue C M Y K H S L
Decimal 192 23 99 0 0.88 0.48 0.25 333.02 0.79 0.42
Hex C0 17 63 0 58 30 19 14D 4F 2A
Octal 300 27 143 0 130 60 31 515 117 52
Binary 11000000 10111 1100011 0 1011000 110000 11001 101001101 1001111 101010

Color Harmonies of #C01763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01763

Black with #C01763

Text Example


Text Example

White with #C01763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01763; }

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

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

background-color css

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

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

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

border-color css

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

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

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