Html Css Color HEX #C2075A Jazzberry Jam

📋 copy color: '#C2075A'

red 194 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #C2075A

Tints of Jazzberry Jam #C2075A

RGB

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

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

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

R = 66.67%
G = 2.41%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C2075A (or 0xC2075A) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 5A. RGB value is (194,7,90). Sum of RGB (Red+Green+Blue) = 194+7+90=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C2075A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2075A is #3DF8A5. Grayscale: #484848. Windows color (decimal): -4061350 or 5900226. OLE color: 5900226.

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

Color convert

RGB 194 7 90 -
CMYK 0 0.96 0.54 0.24
HSL 333.37º 0.93% 0.39% -
HSV(B) 333.37º 0.96% 0.76% -
XYZ 24.17 12.36 10.78 -
YUV 72.38 137.95 214.75 -
System Red Green Blue C M Y K H S L
Decimal 194 7 90 0 0.96 0.54 0.24 333.37 0.93 0.39
Hex C2 7 5A 0 60 36 18 14D 5D 27
Octal 302 7 132 0 140 66 30 515 135 47
Binary 11000010 111 1011010 0 1100000 110110 11000 101001101 1011101 100111

Color Harmonies of #C2075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2075A

Black with #C2075A

Text Example


Text Example

White with #C2075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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