Html Css Color HEX #C00159 Jazzberry Jam

📋 copy color: '#C00159'

red 192 ◦ green 1 ◦ blue 89

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

Shades of Jazzberry Jam #C00159

Tints of Jazzberry Jam #C00159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.56%

R = 68.09%
G = 0.35%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#C00159 (or 0xC00159) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 59. RGB value is (192,1,89). Sum of RGB (Red+Green+Blue) = 192+1+89=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C00159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00159 is #3FFEA6. Grayscale: #434343. Windows color (decimal): -4193959 or 5833152. OLE color: 5833152.

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

Color convert

RGB 192 1 89 -
CMYK 0 0.99 0.54 0.25
HSL 332.36º 0.99% 0.38% -
HSV(B) 332.36º 0.99% 0.75% -
XYZ 23.55 11.95 10.52 -
YUV 68.14 139.78 216.34 -
System Red Green Blue C M Y K H S L
Decimal 192 1 89 0 0.99 0.54 0.25 332.36 0.99 0.38
Hex C0 1 59 0 63 36 19 14C 63 26
Octal 300 1 131 0 143 66 31 514 143 46
Binary 11000000 1 1011001 0 1100011 110110 11001 101001100 1100011 100110

Color Harmonies of #C00159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00159

Black with #C00159

Text Example


Text Example

White with #C00159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00159; }

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

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

background-color css

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

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

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

border-color css

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

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

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