Html Css Color HEX #C0135C Jazzberry Jam

📋 copy color: '#C0135C'

red 192 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #C0135C

Tints of Jazzberry Jam #C0135C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 63.37%
G = 6.27%
B = 30.36%

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

#C0135C (or 0xC0135C) is known color: Jazzberry Jam. HEX triplet: C0, 13 and 5C. RGB value is (192,19,92). Sum of RGB (Red+Green+Blue) = 192+19+92=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0135C is #3FECA3. Grayscale: #4E4E4E. Windows color (decimal): -4189348 or 6034368. OLE color: 6034368.

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

Color convert

RGB 192 19 92 -
CMYK 0 0.90 0.52 0.25
HSL 334.68º 0.82% 0.41% -
HSV(B) 334.68º 0.9% 0.75% -
XYZ 23.9 12.44 11.27 -
YUV 79.05 135.31 208.56 -
System Red Green Blue C M Y K H S L
Decimal 192 19 92 0 0.90 0.52 0.25 334.68 0.82 0.41
Hex C0 13 5C 0 5A 34 19 14F 52 29
Octal 300 23 134 0 132 64 31 517 122 51
Binary 11000000 10011 1011100 0 1011010 110100 11001 101001111 1010010 101001

Color Harmonies of #C0135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0135C

Black with #C0135C

Text Example


Text Example

White with #C0135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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