Html Css Color HEX #C2066A Jazzberry Jam

📋 copy color: '#C2066A'

red 194 ◦ green 6 ◦ blue 106

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

Shades of Jazzberry Jam #C2066A

Tints of Jazzberry Jam #C2066A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.96%

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

R = 63.4%
G = 1.96%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2066A (or 0xC2066A) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 6A. RGB value is (194,6,106). Sum of RGB (Red+Green+Blue) = 194+6+106=306 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.40% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 194 - color contains mainly: red. Hex color #C2066A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2066A is #3DF995. Grayscale: #494949. Windows color (decimal): -4061590 or 6948546. OLE color: 6948546.

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

Color convert

RGB 194 6 106 -
CMYK 0 0.97 0.45 0.24
HSL 328.09º 0.94% 0.39% -
HSV(B) 328.09º 0.97% 0.76% -
XYZ 24.91 12.64 14.76 -
YUV 73.61 146.28 213.87 -
System Red Green Blue C M Y K H S L
Decimal 194 6 106 0 0.97 0.45 0.24 328.09 0.94 0.39
Hex C2 6 6A 0 61 2D 18 148 5E 27
Octal 302 6 152 0 141 55 30 510 136 47
Binary 11000010 110 1101010 0 1100001 101101 11000 101001000 1011110 100111

Color Harmonies of #C2066A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2066A

Black with #C2066A

Text Example


Text Example

White with #C2066A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2066A; }

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

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

background-color css

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

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

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

border-color css

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

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

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