Html Css Color HEX #C2075C Jazzberry Jam

📋 copy color: '#C2075C'

red 194 ◦ green 7 ◦ blue 92

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

Shades of Jazzberry Jam #C2075C

Tints of Jazzberry Jam #C2075C

RGB

 RED value IS 194 (76.17% from 255) = 66.21%

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

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

R = 66.21%
G = 2.39%
B = 31.4%

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

#C2075C (or 0xC2075C) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 5C. RGB value is (194,7,92). Sum of RGB (Red+Green+Blue) = 194+7+92=293 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.21% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 194 - color contains mainly: red. Hex color #C2075C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2075C is #3DF8A3. Grayscale: #484848. Windows color (decimal): -4061348 or 6031298. OLE color: 6031298.

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

Color convert

RGB 194 7 92 -
CMYK 0 0.96 0.53 0.24
HSL 332.73º 0.93% 0.39% -
HSV(B) 332.73º 0.96% 0.76% -
XYZ 24.26 12.39 11.24 -
YUV 72.6 138.95 214.59 -
System Red Green Blue C M Y K H S L
Decimal 194 7 92 0 0.96 0.53 0.24 332.73 0.93 0.39
Hex C2 7 5C 0 60 35 18 14D 5D 27
Octal 302 7 134 0 140 65 30 515 135 47
Binary 11000010 111 1011100 0 1100000 110101 11000 101001101 1011101 100111

Color Harmonies of #C2075C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2075C

Black with #C2075C

Text Example


Text Example

White with #C2075C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2075C; }

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

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

background-color css

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

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

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

border-color css

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

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

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