Html Css Color HEX #C2016A Jazzberry Jam

📋 copy color: '#C2016A'

red 194 ◦ green 1 ◦ blue 106

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

Shades of Jazzberry Jam #C2016A

Tints of Jazzberry Jam #C2016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 64.45%
G = 0.33%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2016A (or 0xC2016A) is known color: Jazzberry Jam. HEX triplet: C2, 01 and 6A. RGB value is (194,1,106). Sum of RGB (Red+Green+Blue) = 194+1+106=301 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.45% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 194 - color contains mainly: red. Hex color #C2016A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2016A is #3DFE95. Grayscale: #464646. Windows color (decimal): -4062870 or 6947266. OLE color: 6947266.

HSL color Cylindrical-coordinate representation of color #C2016A: hue angle of 327.36º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2016A is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 1 106 -
CMYK 0 0.99 0.45 0.24
HSL 327.36º 0.99% 0.38% -
HSV(B) 327.36º 0.99% 0.76% -
XYZ 24.86 12.53 14.74 -
YUV 70.68 147.94 215.96 -
System Red Green Blue C M Y K H S L
Decimal 194 1 106 0 0.99 0.45 0.24 327.36 0.99 0.38
Hex C2 1 6A 0 63 2D 18 147 63 26
Octal 302 1 152 0 143 55 30 507 143 46
Binary 11000010 1 1101010 0 1100011 101101 11000 101000111 1100011 100110

Color Harmonies of #C2016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2016A

Black with #C2016A

Text Example


Text Example

White with #C2016A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2016A; }

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

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

background-color css

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

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

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

border-color css

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

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

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