Html Css Color HEX #C2076A Jazzberry Jam

📋 copy color: '#C2076A'

red 194 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #C2076A

Tints of Jazzberry Jam #C2076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 63.19%
G = 2.28%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2076A (or 0xC2076A) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 6A. RGB value is (194,7,106). Sum of RGB (Red+Green+Blue) = 194+7+106=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2076A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2076A is #3DF895. Grayscale: #494949. Windows color (decimal): -4061334 or 6948802. OLE color: 6948802.

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

Color convert

RGB 194 7 106 -
CMYK 0 0.96 0.45 0.24
HSL 328.24º 0.93% 0.39% -
HSV(B) 328.24º 0.96% 0.76% -
XYZ 24.93 12.66 14.77 -
YUV 74.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 194 7 106 0 0.96 0.45 0.24 328.24 0.93 0.39
Hex C2 7 6A 0 60 2D 18 148 5D 27
Octal 302 7 152 0 140 55 30 510 135 47
Binary 11000010 111 1101010 0 1100000 101101 11000 101001000 1011101 100111

Color Harmonies of #C2076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2076A

Black with #C2076A

Text Example


Text Example

White with #C2076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2076A; }

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

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

background-color css

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

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

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

border-color css

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

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

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