Html Css Color HEX #C20666 Jazzberry Jam

📋 copy color: '#C20666'

red 194 ◦ green 6 ◦ blue 102

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

Shades of Jazzberry Jam #C20666

Tints of Jazzberry Jam #C20666

RGB

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

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

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

R = 64.24%
G = 1.99%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C20666 (or 0xC20666) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 66. RGB value is (194,6,102). Sum of RGB (Red+Green+Blue) = 194+6+102=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 6 (2.73% from 255 or 1.99% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C20666 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20666 is #3DF999. Grayscale: #484848. Windows color (decimal): -4061594 or 6686402. OLE color: 6686402.

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

Color convert

RGB 194 6 102 -
CMYK 0 0.97 0.47 0.24
HSL 329.36º 0.94% 0.39% -
HSV(B) 329.36º 0.97% 0.76% -
XYZ 24.71 12.56 13.69 -
YUV 73.16 144.28 214.19 -
System Red Green Blue C M Y K H S L
Decimal 194 6 102 0 0.97 0.47 0.24 329.36 0.94 0.39
Hex C2 6 66 0 61 2F 18 149 5E 27
Octal 302 6 146 0 141 57 30 511 136 47
Binary 11000010 110 1100110 0 1100001 101111 11000 101001001 1011110 100111

Color Harmonies of #C20666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20666

Black with #C20666

Text Example


Text Example

White with #C20666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20666; }

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

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

background-color css

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

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

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

border-color css

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

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

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