Html Css Color HEX #C20669 Jazzberry Jam

📋 copy color: '#C20669'

red 194 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #C20669

Tints of Jazzberry Jam #C20669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.43%

R = 63.61%
G = 1.97%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C20669 (or 0xC20669) is known color: Jazzberry Jam. HEX triplet: C2, 06 and 69. RGB value is (194,6,105). Sum of RGB (Red+Green+Blue) = 194+6+105=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 105 (41.41% from 255 or 34.43% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C20669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20669 is #3DF996. Grayscale: #494949. Windows color (decimal): -4061591 or 6883010. OLE color: 6883010.

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

Color convert

RGB 194 6 105 -
CMYK 0 0.97 0.46 0.24
HSL 328.4º 0.94% 0.39% -
HSV(B) 328.4º 0.97% 0.76% -
XYZ 24.86 12.62 14.49 -
YUV 73.5 145.78 213.95 -
System Red Green Blue C M Y K H S L
Decimal 194 6 105 0 0.97 0.46 0.24 328.4 0.94 0.39
Hex C2 6 69 0 61 2E 18 148 5E 27
Octal 302 6 151 0 141 56 30 510 136 47
Binary 11000010 110 1101001 0 1100001 101110 11000 101001000 1011110 100111

Color Harmonies of #C20669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20669

Black with #C20669

Text Example


Text Example

White with #C20669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20669; }

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

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

background-color css

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

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

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

border-color css

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

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

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