Html Css Color HEX #C1075C Jazzberry Jam

📋 copy color: '#C1075C'

red 193 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #C1075C

Tints of Jazzberry Jam #C1075C

RGB

 RED value IS 193 (75.78% from 255) = 66.1%

 GREEN value IS 7 (3.13% from 255) = 2.4%

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

R = 66.1%
G = 2.4%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.24

RGB Variations

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

Color information

#C1075C (or 0xC1075C) is known color: Jazzberry Jam. HEX triplet: C1, 07 and 5C. RGB value is (193,7,92). Sum of RGB (Red+Green+Blue) = 193+7+92=292 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.10% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 193 - color contains mainly: red. Hex color #C1075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1075C is #3EF8A3. Grayscale: #484848. Windows color (decimal): -4126884 or 6031297. OLE color: 6031297.

HSL color Cylindrical-coordinate representation of color #C1075C: hue angle of 332.58º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C1075C is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 7 92 -
CMYK 0 0.96 0.52 0.24
HSL 332.58º 0.93% 0.39% -
HSV(B) 332.58º 0.96% 0.76% -
XYZ 24 12.26 11.23 -
YUV 72.3 139.12 214.09 -
System Red Green Blue C M Y K H S L
Decimal 193 7 92 0 0.96 0.52 0.24 332.58 0.93 0.39
Hex C1 7 5C 0 60 34 18 14D 5D 27
Octal 301 7 134 0 140 64 30 515 135 47
Binary 11000001 111 1011100 0 1100000 110100 11000 101001101 1011101 100111

Color Harmonies of #C1075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1075C

Black with #C1075C

Text Example


Text Example

White with #C1075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1075C; }

 p { color: rgb(193,7,92); }

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

background-color css

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

 a { background-color: rgb(193,7,92); }

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

border-color css

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

 span { border-color: rgb(193,7,92); }

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