Html Css Color HEX #C0175B Jazzberry Jam

📋 copy color: '#C0175B'

red 192 ◦ green 23 ◦ blue 91

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

Shades of Jazzberry Jam #C0175B

Tints of Jazzberry Jam #C0175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.74%

R = 62.75%
G = 7.52%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0175B (or 0xC0175B) is known color: Jazzberry Jam. HEX triplet: C0, 17 and 5B. RGB value is (192,23,91). Sum of RGB (Red+Green+Blue) = 192+23+91=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 91 (35.94% from 255 or 29.74% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0175B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0175B is #3FE8A4. Grayscale: #515151. Windows color (decimal): -4188325 or 5969856. OLE color: 5969856.

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

Color convert

RGB 192 23 91 -
CMYK 0 0.88 0.53 0.25
HSL 335.86º 0.79% 0.42% -
HSV(B) 335.86º 0.88% 0.75% -
XYZ 23.93 12.57 11.06 -
YUV 81.28 133.49 206.97 -
System Red Green Blue C M Y K H S L
Decimal 192 23 91 0 0.88 0.53 0.25 335.86 0.79 0.42
Hex C0 17 5B 0 58 35 19 150 4F 2A
Octal 300 27 133 0 130 65 31 520 117 52
Binary 11000000 10111 1011011 0 1011000 110101 11001 101010000 1001111 101010

Color Harmonies of #C0175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0175B

Black with #C0175B

Text Example


Text Example

White with #C0175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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