Html Css Color HEX #C20766 Jazzberry Jam

📋 copy color: '#C20766'

red 194 ◦ green 7 ◦ blue 102

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

Shades of Jazzberry Jam #C20766

Tints of Jazzberry Jam #C20766

RGB

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

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

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

R = 64.03%
G = 2.31%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C20766 (or 0xC20766) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 66. RGB value is (194,7,102). Sum of RGB (Red+Green+Blue) = 194+7+102=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 7 (3.12% from 255 or 2.31% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C20766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20766 is #3DF899. Grayscale: #494949. Windows color (decimal): -4061338 or 6686658. OLE color: 6686658.

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

Color convert

RGB 194 7 102 -
CMYK 0 0.96 0.47 0.24
HSL 329.52º 0.93% 0.39% -
HSV(B) 329.52º 0.96% 0.76% -
XYZ 24.72 12.58 13.7 -
YUV 73.74 143.95 213.78 -
System Red Green Blue C M Y K H S L
Decimal 194 7 102 0 0.96 0.47 0.24 329.52 0.93 0.39
Hex C2 7 66 0 60 2F 18 14A 5D 27
Octal 302 7 146 0 140 57 30 512 135 47
Binary 11000010 111 1100110 0 1100000 101111 11000 101001010 1011101 100111

Color Harmonies of #C20766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20766

Black with #C20766

Text Example


Text Example

White with #C20766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20766; }

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

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

background-color css

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

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

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

border-color css

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

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

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