Html Css Color HEX #C0155A Jazzberry Jam

📋 copy color: '#C0155A'

red 192 ◦ green 21 ◦ blue 90

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

Shades of Jazzberry Jam #C0155A

Tints of Jazzberry Jam #C0155A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 29.7%

R = 63.37%
G = 6.93%
B = 29.7%

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

#C0155A (or 0xC0155A) is known color: Jazzberry Jam. HEX triplet: C0, 15 and 5A. RGB value is (192,21,90). Sum of RGB (Red+Green+Blue) = 192+21+90=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 21 (8.59% from 255 or 6.93% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0155A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0155A is #3FEAA5. Grayscale: #4F4F4F. Windows color (decimal): -4188838 or 5903808. OLE color: 5903808.

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

Color convert

RGB 192 21 90 -
CMYK 0 0.89 0.53 0.25
HSL 335.79º 0.8% 0.42% -
HSV(B) 335.79º 0.89% 0.75% -
XYZ 23.85 12.48 10.82 -
YUV 80 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 192 21 90 0 0.89 0.53 0.25 335.79 0.8 0.42
Hex C0 15 5A 0 59 35 19 150 50 2A
Octal 300 25 132 0 131 65 31 520 120 52
Binary 11000000 10101 1011010 0 1011001 110101 11001 101010000 1010000 101010

Color Harmonies of #C0155A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0155A

Black with #C0155A

Text Example


Text Example

White with #C0155A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0155A; }

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

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

background-color css

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

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

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

border-color css

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

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

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