Html Css Color HEX #C0135B Jazzberry Jam

📋 copy color: '#C0135B'

red 192 ◦ green 19 ◦ blue 91

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

Shades of Jazzberry Jam #C0135B

Tints of Jazzberry Jam #C0135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

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

R = 63.58%
G = 6.29%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0135B (or 0xC0135B) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 5B. RGB value is (192,19,91). Sum of RGB (Red+Green+Blue) = 192+19+91=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 91 (35.94% from 255 or 30.13% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0135B is #3FECA4. Grayscale: #4E4E4E. Windows color (decimal): -4189349 or 5968832. OLE color: 5968832.

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

Color convert

RGB 192 19 91 -
CMYK 0 0.90 0.53 0.25
HSL 335.03º 0.82% 0.41% -
HSV(B) 335.03º 0.9% 0.75% -
XYZ 23.86 12.43 11.04 -
YUV 78.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 192 19 91 0 0.90 0.53 0.25 335.03 0.82 0.41
Hex C0 13 5B 0 5A 35 19 14F 52 29
Octal 300 23 133 0 132 65 31 517 122 51
Binary 11000000 10011 1011011 0 1011010 110101 11001 101001111 1010010 101001

Color Harmonies of #C0135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0135B

Black with #C0135B

Text Example


Text Example

White with #C0135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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