Html Css Color HEX #C1075A Jazzberry Jam

📋 copy color: '#C1075A'

red 193 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #C1075A

Tints of Jazzberry Jam #C1075A

RGB

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

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

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

R = 66.55%
G = 2.41%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C1075A (or 0xC1075A) is known color: Jazzberry Jam. HEX triplet: C1, 07 and 5A. RGB value is (193,7,90). Sum of RGB (Red+Green+Blue) = 193+7+90=290 (38% of max value = 765). Red value is 193 (75.78% from 255 or 66.55% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 193 - color contains mainly: red. Hex color #C1075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C1075A is #3EF8A5. Grayscale: #474747. Windows color (decimal): -4126886 or 5900225. OLE color: 5900225.

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

Color convert

RGB 193 7 90 -
CMYK 0 0.96 0.53 0.24
HSL 333.23º 0.93% 0.39% -
HSV(B) 333.23º 0.96% 0.76% -
XYZ 23.91 12.23 10.77 -
YUV 72.08 138.12 214.25 -
System Red Green Blue C M Y K H S L
Decimal 193 7 90 0 0.96 0.53 0.24 333.23 0.93 0.39
Hex C1 7 5A 0 60 35 18 14D 5D 27
Octal 301 7 132 0 140 65 30 515 135 47
Binary 11000001 111 1011010 0 1100000 110101 11000 101001101 1011101 100111

Color Harmonies of #C1075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1075A

Black with #C1075A

Text Example


Text Example

White with #C1075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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