Html Css Color HEX #C0135D Jazzberry Jam

📋 copy color: '#C0135D'

red 192 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #C0135D

Tints of Jazzberry Jam #C0135D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 30.59%

R = 63.16%
G = 6.25%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0135D (or 0xC0135D) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 5D. RGB value is (192,19,93). Sum of RGB (Red+Green+Blue) = 192+19+93=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0135D is #3FECA2. Grayscale: #4F4F4F. Windows color (decimal): -4189347 or 6099904. OLE color: 6099904.

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

Color convert

RGB 192 19 93 -
CMYK 0 0.90 0.52 0.25
HSL 334.34º 0.82% 0.41% -
HSV(B) 334.34º 0.9% 0.75% -
XYZ 23.95 12.46 11.5 -
YUV 79.16 135.81 208.48 -
System Red Green Blue C M Y K H S L
Decimal 192 19 93 0 0.90 0.52 0.25 334.34 0.82 0.41
Hex C0 13 5D 0 5A 34 19 14E 52 29
Octal 300 23 135 0 132 64 31 516 122 51
Binary 11000000 10011 1011101 0 1011010 110100 11001 101001110 1010010 101001

Color Harmonies of #C0135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0135D

Black with #C0135D

Text Example


Text Example

White with #C0135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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