Html Css Color HEX #C50356 Razzmatazz

📋 copy color: '#C50356'

red 197 ◦ green 3 ◦ blue 86

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

Shades of Razzmatazz #C50356

Tints of Razzmatazz #C50356

RGB

 RED value IS 197 (77.34% from 255) = 68.88%

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 86 (33.98% from 255) = 30.07%

R = 68.88%
G = 1.05%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C50356 (or 0xC50356) is known color: Razzmatazz. HEX triplet: C5, 03 and 56. RGB value is (197,3,86). Sum of RGB (Red+Green+Blue) = 197+3+86=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 3 (1.56% from 255 or 1.05% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C50356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C50356 is #3AFCA9. Grayscale: #464646. Windows color (decimal): -3865770 or 5637061. OLE color: 5637061.

HSL color Cylindrical-coordinate representation of color #C50356: hue angle of 334.33º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50356 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 86 -
CMYK 0 0.98 0.56 0.23
HSL 334.33º 0.97% 0.39% -
HSV(B) 334.33º 0.98% 0.77% -
XYZ 24.74 12.61 9.93 -
YUV 70.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 197 3 86 0 0.98 0.56 0.23 334.33 0.97 0.39
Hex C5 3 56 0 62 38 17 14E 61 27
Octal 305 3 126 0 142 70 27 516 141 47
Binary 11000101 11 1010110 0 1100010 111000 10111 101001110 1100001 100111

Color Harmonies of #C50356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50356

Black with #C50356

Text Example


Text Example

White with #C50356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50356; }

 p { color: rgb(197,3,86); }

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

background-color css

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

 a { background-color: rgb(197,3,86); }

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

border-color css

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

 span { border-color: rgb(197,3,86); }

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