Html Css Color HEX #C20953 Jazzberry Jam

📋 copy color: '#C20953'

red 194 ◦ green 9 ◦ blue 83

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

Shades of Jazzberry Jam #C20953

Tints of Jazzberry Jam #C20953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

 BLUE value IS 83 (32.81% from 255) = 29.02%

R = 67.83%
G = 3.15%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C20953 (or 0xC20953) is known color: Jazzberry Jam. HEX triplet: C2, 09 and 53. RGB value is (194,9,83). Sum of RGB (Red+Green+Blue) = 194+9+83=286 (37% of max value = 765). Red value is 194 (76.17% from 255 or 67.83% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 194 - color contains mainly: red. Hex color #C20953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C20953 is #3DF6AC. Grayscale: #484848. Windows color (decimal): -4060845 or 5441986. OLE color: 5441986.

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

Color convert

RGB 194 9 83 -
CMYK 0 0.95 0.57 0.24
HSL 336º 0.91% 0.4% -
HSV(B) 336º 0.95% 0.76% -
XYZ 23.91 12.29 9.3 -
YUV 72.75 133.79 214.48 -
System Red Green Blue C M Y K H S L
Decimal 194 9 83 0 0.95 0.57 0.24 336 0.91 0.4
Hex C2 9 53 0 5F 39 18 150 5B 28
Octal 302 11 123 0 137 71 30 520 133 50
Binary 11000010 1001 1010011 0 1011111 111001 11000 101010000 1011011 101000

Color Harmonies of #C20953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20953

Black with #C20953

Text Example


Text Example

White with #C20953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20953; }

 p { color: rgb(194,9,83); }

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

background-color css

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

 a { background-color: rgb(194,9,83); }

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

border-color css

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

 span { border-color: rgb(194,9,83); }

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