Html Css Color HEX #C20B5C Jazzberry Jam

📋 copy color: '#C20B5C'

red 194 ◦ green 11 ◦ blue 92

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

Shades of Jazzberry Jam #C20B5C

Tints of Jazzberry Jam #C20B5C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.7%

 BLUE value IS 92 (36.33% from 255) = 30.98%

R = 65.32%
G = 3.7%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C20B5C (or 0xC20B5C) is known color: Jazzberry Jam. HEX triplet: C2, 0B and 5C. RGB value is (194,11,92). Sum of RGB (Red+Green+Blue) = 194+11+92=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C20B5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20B5C is #3DF4A3. Grayscale: #4A4A4A. Windows color (decimal): -4060324 or 6032322. OLE color: 6032322.

HSL color Cylindrical-coordinate representation of color #C20B5C: hue angle of 333.44º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C20B5C is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 11 92 -
CMYK 0 0.94 0.53 0.24
HSL 333.44º 0.89% 0.4% -
HSV(B) 333.44º 0.94% 0.76% -
XYZ 24.3 12.48 11.25 -
YUV 74.95 137.63 212.91 -
System Red Green Blue C M Y K H S L
Decimal 194 11 92 0 0.94 0.53 0.24 333.44 0.89 0.4
Hex C2 B 5C 0 5E 35 18 14D 59 28
Octal 302 13 134 0 136 65 30 515 131 50
Binary 11000010 1011 1011100 0 1011110 110101 11000 101001101 1011001 101000

Color Harmonies of #C20B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20B5C

Black with #C20B5C

Text Example


Text Example

White with #C20B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20B5C; }

 p { color: rgb(194,11,92); }

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

background-color css

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

 a { background-color: rgb(194,11,92); }

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

border-color css

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

 span { border-color: rgb(194,11,92); }

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