Html Css Color HEX #C0155B Jazzberry Jam

📋 copy color: '#C0155B'

red 192 ◦ green 21 ◦ blue 91

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

Shades of Jazzberry Jam #C0155B

Tints of Jazzberry Jam #C0155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

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

R = 63.16%
G = 6.91%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0155B (or 0xC0155B) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 5B. RGB value is (192,21,91). Sum of RGB (Red+Green+Blue) = 192+21+91=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0155B is #3FEAA4. Grayscale: #505050. Windows color (decimal): -4188837 or 5969344. OLE color: 5969344.

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

Color convert

RGB 192 21 91 -
CMYK 0 0.89 0.53 0.25
HSL 335.44º 0.8% 0.42% -
HSV(B) 335.44º 0.89% 0.75% -
XYZ 23.89 12.5 11.05 -
YUV 80.11 134.15 207.81 -
System Red Green Blue C M Y K H S L
Decimal 192 21 91 0 0.89 0.53 0.25 335.44 0.8 0.42
Hex C0 15 5B 0 59 35 19 14F 50 2A
Octal 300 25 133 0 131 65 31 517 120 52
Binary 11000000 10101 1011011 0 1011001 110101 11001 101001111 1010000 101010

Color Harmonies of #C0155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0155B

Black with #C0155B

Text Example


Text Example

White with #C0155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0155B; }

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

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

background-color css

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

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

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

border-color css

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

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

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