Html Css Color HEX #C0005B Jazzberry Jam

📋 copy color: '#C0005B'

red 192 ◦ green 0 ◦ blue 91

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

Shades of Jazzberry Jam #C0005B

Tints of Jazzberry Jam #C0005B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.84%
G = 0%
B = 32.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0005B (or 0xC0005B) is known color: Jazzberry Jam. HEX triplet: C0, 00 and 5B. RGB value is (192,0,91). Sum of RGB (Red+Green+Blue) = 192+0+91=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C0005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0005B is #3FFFA4. Grayscale: #434343. Windows color (decimal): -4194213 or 5963968. OLE color: 5963968.

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

Color convert

RGB 192 0 91 -
CMYK 0 1 0.53 0.25
HSL 331.56º 1% 0.38% -
HSV(B) 331.56º 1% 0.75% -
XYZ 23.63 11.96 10.96 -
YUV 67.78 141.11 216.6 -
System Red Green Blue C M Y K H S L
Decimal 192 0 91 0 1 0.53 0.25 331.56 1 0.38
Hex C0 0 5B 0 64 35 19 14C 64 26
Octal 300 0 133 0 144 65 31 514 144 46
Binary 11000000 0 1011011 0 1100100 110101 11001 101001100 1100100 100110

Color Harmonies of #C0005B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0005B

Black with #C0005B

Text Example


Text Example

White with #C0005B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0005B; }

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

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

background-color css

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

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

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

border-color css

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

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

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