Html Css Color HEX #C2006A Jazzberry Jam

📋 copy color: '#C2006A'

red 194 ◦ green 0 ◦ blue 106

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

Shades of Jazzberry Jam #C2006A

Tints of Jazzberry Jam #C2006A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 64.67%
G = 0%
B = 35.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2006A (or 0xC2006A) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 6A. RGB value is (194,0,106). Sum of RGB (Red+Green+Blue) = 194+0+106=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C2006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2006A is #3DFF95. Grayscale: #454545. Windows color (decimal): -4063126 or 6947010. OLE color: 6947010.

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

Color convert

RGB 194 0 106 -
CMYK 0 1 0.45 0.24
HSL 327.22º 1% 0.38% -
HSV(B) 327.22º 1% 0.76% -
XYZ 24.85 12.51 14.74 -
YUV 70.09 148.27 216.38 -
System Red Green Blue C M Y K H S L
Decimal 194 0 106 0 1 0.45 0.24 327.22 1 0.38
Hex C2 0 6A 0 64 2D 18 147 64 26
Octal 302 0 152 0 144 55 30 507 144 46
Binary 11000010 0 1101010 0 1100100 101101 11000 101000111 1100100 100110

Color Harmonies of #C2006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2006A

Black with #C2006A

Text Example


Text Example

White with #C2006A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2006A; }

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

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

background-color css

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

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

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

border-color css

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

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

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