Html Css Color HEX #C00155 Jazzberry Jam

📋 copy color: '#C00155'

red 192 ◦ green 1 ◦ blue 85

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

Shades of Jazzberry Jam #C00155

Tints of Jazzberry Jam #C00155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 69.06%
G = 0.36%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#C00155 (or 0xC00155) is known color: Jazzberry Jam. HEX triplet: C0, 01 and 55. RGB value is (192,1,85). Sum of RGB (Red+Green+Blue) = 192+1+85=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C00155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00155 is #3FFEAA. Grayscale: #434343. Windows color (decimal): -4193963 or 5571008. OLE color: 5571008.

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

Color convert

RGB 192 1 85 -
CMYK 0 0.99 0.56 0.25
HSL 333.61º 0.99% 0.38% -
HSV(B) 333.61º 0.99% 0.75% -
XYZ 23.39 11.88 9.66 -
YUV 67.69 137.78 216.67 -
System Red Green Blue C M Y K H S L
Decimal 192 1 85 0 0.99 0.56 0.25 333.61 0.99 0.38
Hex C0 1 55 0 63 38 19 14E 63 26
Octal 300 1 125 0 143 70 31 516 143 46
Binary 11000000 1 1010101 0 1100011 111000 11001 101001110 1100011 100110

Color Harmonies of #C00155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00155

Black with #C00155

Text Example


Text Example

White with #C00155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00155; }

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

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

background-color css

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

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

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

border-color css

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

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

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