Html Css Color HEX #C0015B Jazzberry Jam

📋 copy color: '#C0015B'

red 192 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #C0015B

Tints of Jazzberry Jam #C0015B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 67.61%
G = 0.35%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0015B (or 0xC0015B) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 5B. RGB value is (192,1,91). Sum of RGB (Red+Green+Blue) = 192+1+91=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C0015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0015B is #3FFEA4. Grayscale: #444444. Windows color (decimal): -4193957 or 5964224. OLE color: 5964224.

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

Color convert

RGB 192 1 91 -
CMYK 0 0.99 0.53 0.25
HSL 331.73º 0.99% 0.38% -
HSV(B) 331.73º 0.99% 0.75% -
XYZ 23.64 11.98 10.96 -
YUV 68.37 140.78 216.18 -
System Red Green Blue C M Y K H S L
Decimal 192 1 91 0 0.99 0.53 0.25 331.73 0.99 0.38
Hex C0 1 5B 0 63 35 19 14C 63 26
Octal 300 1 133 0 143 65 31 514 143 46
Binary 11000000 1 1011011 0 1100011 110101 11001 101001100 1100011 100110

Color Harmonies of #C0015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0015B

Black with #C0015B

Text Example


Text Example

White with #C0015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0015B; }

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

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

background-color css

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

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

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

border-color css

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

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

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