Html Css Color HEX #C0115C Jazzberry Jam

📋 copy color: '#C0115C'

red 192 ◦ green 17 ◦ blue 92

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

Shades of Jazzberry Jam #C0115C

Tints of Jazzberry Jam #C0115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.65%

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

R = 63.79%
G = 5.65%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#C0115C (or 0xC0115C) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 5C. RGB value is (192,17,92). Sum of RGB (Red+Green+Blue) = 192+17+92=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0115C is #3FEEA3. Grayscale: #4D4D4D. Windows color (decimal): -4189860 or 6033856. OLE color: 6033856.

HSL color Cylindrical-coordinate representation of color #C0115C: hue angle of 334.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C0115C is Cyan = 0, Magento = 0.91, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 17 92 -
CMYK 0 0.91 0.52 0.25
HSL 334.29º 0.84% 0.41% -
HSV(B) 334.29º 0.91% 0.75% -
XYZ 23.87 12.38 11.26 -
YUV 77.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 192 17 92 0 0.91 0.52 0.25 334.29 0.84 0.41
Hex C0 11 5C 0 5B 34 19 14E 54 29
Octal 300 21 134 0 133 64 31 516 124 51
Binary 11000000 10001 1011100 0 1011011 110100 11001 101001110 1010100 101001

Color Harmonies of #C0115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0115C

Black with #C0115C

Text Example


Text Example

White with #C0115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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