Html Css Color HEX #C0175E Jazzberry Jam

📋 copy color: '#C0175E'

red 192 ◦ green 23 ◦ blue 94

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

Shades of Jazzberry Jam #C0175E

Tints of Jazzberry Jam #C0175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 62.14%
G = 7.44%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0175E (or 0xC0175E) is known color: Jazzberry Jam. HEX triplet: C0, 17 and 5E. RGB value is (192,23,94). Sum of RGB (Red+Green+Blue) = 192+23+94=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C0175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0175E is #3FE8A1. Grayscale: #515151. Windows color (decimal): -4188322 or 6166464. OLE color: 6166464.

HSL color Cylindrical-coordinate representation of color #C0175E: hue angle of 334.79º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C0175E is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 23 94 -
CMYK 0 0.88 0.51 0.25
HSL 334.79º 0.79% 0.42% -
HSV(B) 334.79º 0.88% 0.75% -
XYZ 24.07 12.63 11.76 -
YUV 81.63 134.99 206.73 -
System Red Green Blue C M Y K H S L
Decimal 192 23 94 0 0.88 0.51 0.25 334.79 0.79 0.42
Hex C0 17 5E 0 58 33 19 14F 4F 2A
Octal 300 27 136 0 130 63 31 517 117 52
Binary 11000000 10111 1011110 0 1011000 110011 11001 101001111 1001111 101010

Color Harmonies of #C0175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0175E

Black with #C0175E

Text Example


Text Example

White with #C0175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0175E; }

 p { color: rgb(192,23,94); }

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

background-color css

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

 a { background-color: rgb(192,23,94); }

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

border-color css

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

 span { border-color: rgb(192,23,94); }

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