Html Css Color HEX #C0175F Jazzberry Jam

📋 copy color: '#C0175F'

red 192 ◦ green 23 ◦ blue 95

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

Shades of Jazzberry Jam #C0175F

Tints of Jazzberry Jam #C0175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.65%

R = 61.94%
G = 7.42%
B = 30.65%

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

#C0175F (or 0xC0175F) is known color: Jazzberry Jam. HEX triplet: C0, 17 and 5F. RGB value is (192,23,95). Sum of RGB (Red+Green+Blue) = 192+23+95=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0175F is #3FE8A0. Grayscale: #515151. Windows color (decimal): -4188321 or 6232000. OLE color: 6232000.

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

Color convert

RGB 192 23 95 -
CMYK 0 0.88 0.51 0.25
HSL 334.44º 0.79% 0.42% -
HSV(B) 334.44º 0.88% 0.75% -
XYZ 24.11 12.65 12 -
YUV 81.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 192 23 95 0 0.88 0.51 0.25 334.44 0.79 0.42
Hex C0 17 5F 0 58 33 19 14E 4F 2A
Octal 300 27 137 0 130 63 31 516 117 52
Binary 11000000 10111 1011111 0 1011000 110011 11001 101001110 1001111 101010

Color Harmonies of #C0175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0175F

Black with #C0175F

Text Example


Text Example

White with #C0175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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