Html Css Color HEX #C00163 Jazzberry Jam

📋 copy color: '#C00163'

red 192 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #C00163

Tints of Jazzberry Jam #C00163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 65.75%
G = 0.34%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C00163 (or 0xC00163) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 63. RGB value is (192,1,99). Sum of RGB (Red+Green+Blue) = 192+1+99=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C00163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00163 is #3FFE9C. Grayscale: #454545. Windows color (decimal): -4193949 or 6488512. OLE color: 6488512.

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

Color convert

RGB 192 1 99 -
CMYK 0 0.99 0.48 0.25
HSL 329.21º 0.99% 0.38% -
HSV(B) 329.21º 0.99% 0.75% -
XYZ 24 12.13 12.88 -
YUV 69.28 144.78 215.53 -
System Red Green Blue C M Y K H S L
Decimal 192 1 99 0 0.99 0.48 0.25 329.21 0.99 0.38
Hex C0 1 63 0 63 30 19 149 63 26
Octal 300 1 143 0 143 60 31 511 143 46
Binary 11000000 1 1100011 0 1100011 110000 11001 101001001 1100011 100110

Color Harmonies of #C00163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00163

Black with #C00163

Text Example


Text Example

White with #C00163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00163; }

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

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

background-color css

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

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

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

border-color css

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

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

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