Html Css Color HEX #C0115A Jazzberry Jam

📋 copy color: '#C0115A'

red 192 ◦ green 17 ◦ blue 90

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

Shades of Jazzberry Jam #C0115A

Tints of Jazzberry Jam #C0115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.1%

R = 64.21%
G = 5.69%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0115A (or 0xC0115A) is known color: Jazzberry Jam. HEX triplet: C0, 11 and 5A. RGB value is (192,17,90). Sum of RGB (Red+Green+Blue) = 192+17+90=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C0115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0115A is #3FEEA5. Grayscale: #4D4D4D. Windows color (decimal): -4189862 or 5902784. OLE color: 5902784.

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

Color convert

RGB 192 17 90 -
CMYK 0 0.91 0.53 0.25
HSL 334.97º 0.84% 0.41% -
HSV(B) 334.97º 0.91% 0.75% -
XYZ 23.78 12.35 10.8 -
YUV 77.65 134.98 209.56 -
System Red Green Blue C M Y K H S L
Decimal 192 17 90 0 0.91 0.53 0.25 334.97 0.84 0.41
Hex C0 11 5A 0 5B 35 19 14F 54 29
Octal 300 21 132 0 133 65 31 517 124 51
Binary 11000000 10001 1011010 0 1011011 110101 11001 101001111 1010100 101001

Color Harmonies of #C0115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0115A

Black with #C0115A

Text Example


Text Example

White with #C0115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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