Html Css Color HEX #C20066 Jazzberry Jam

📋 copy color: '#C20066'

red 194 ◦ green 0 ◦ blue 102

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

Shades of Jazzberry Jam #C20066

Tints of Jazzberry Jam #C20066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 65.54%
G = 0%
B = 34.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C20066 (or 0xC20066) is known color: Jazzberry Jam. HEX triplet: C2, 00 and 66. RGB value is (194,0,102). Sum of RGB (Red+Green+Blue) = 194+0+102=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C20066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20066 is #3DFF99. Grayscale: #454545. Windows color (decimal): -4063130 or 6684866. OLE color: 6684866.

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

Color convert

RGB 194 0 102 -
CMYK 0 1 0.47 0.24
HSL 328.45º 1% 0.38% -
HSV(B) 328.45º 1% 0.76% -
XYZ 24.65 12.43 13.67 -
YUV 69.63 146.27 216.71 -
System Red Green Blue C M Y K H S L
Decimal 194 0 102 0 1 0.47 0.24 328.45 1 0.38
Hex C2 0 66 0 64 2F 18 148 64 26
Octal 302 0 146 0 144 57 30 510 144 46
Binary 11000010 0 1100110 0 1100100 101111 11000 101001000 1100100 100110

Color Harmonies of #C20066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20066

Black with #C20066

Text Example


Text Example

White with #C20066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20066; }

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

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

background-color css

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

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

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

border-color css

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

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

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