Html Css Color HEX #C20767 Jazzberry Jam

📋 copy color: '#C20767'

red 194 ◦ green 7 ◦ blue 103

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

Shades of Jazzberry Jam #C20767

Tints of Jazzberry Jam #C20767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.88%

R = 63.82%
G = 2.3%
B = 33.88%

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

#C20767 (or 0xC20767) is known color: Jazzberry Jam. HEX triplet: C2, 07 and 67. RGB value is (194,7,103). Sum of RGB (Red+Green+Blue) = 194+7+103=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C20767 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20767 is #3DF898. Grayscale: #494949. Windows color (decimal): -4061337 or 6752194. OLE color: 6752194.

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

Color convert

RGB 194 7 103 -
CMYK 0 0.96 0.47 0.24
HSL 329.2º 0.93% 0.39% -
HSV(B) 329.2º 0.96% 0.76% -
XYZ 24.77 12.6 13.96 -
YUV 73.86 144.45 213.69 -
System Red Green Blue C M Y K H S L
Decimal 194 7 103 0 0.96 0.47 0.24 329.2 0.93 0.39
Hex C2 7 67 0 60 2F 18 149 5D 27
Octal 302 7 147 0 140 57 30 511 135 47
Binary 11000010 111 1100111 0 1100000 101111 11000 101001001 1011101 100111

Color Harmonies of #C20767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20767

Black with #C20767

Text Example


Text Example

White with #C20767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20767; }

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

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

background-color css

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

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

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

border-color css

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

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

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