Html Css Color HEX #C5044C Razzmatazz

📋 copy color: '#C5044C'

red 197 ◦ green 4 ◦ blue 76

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

Shades of Razzmatazz #C5044C

Tints of Razzmatazz #C5044C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.44%

 BLUE value IS 76 (30.08% from 255) = 27.44%

R = 71.12%
G = 1.44%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5044C (or 0xC5044C) is known color: Razzmatazz. HEX triplet: C5, 04 and 4C. RGB value is (197,4,76). Sum of RGB (Red+Green+Blue) = 197+4+76=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5044C is #3AFBB3. Grayscale: #454545. Windows color (decimal): -3865524 or 4981957. OLE color: 4981957.

HSL color Cylindrical-coordinate representation of color #C5044C: hue angle of 337.62º degrees, saturation: 0.96, 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 #C5044C is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 4 76 -
CMYK 0 0.98 0.61 0.23
HSL 337.62º 0.96% 0.39% -
HSV(B) 337.62º 0.98% 0.77% -
XYZ 24.37 12.48 7.96 -
YUV 69.92 131.44 218.65 -
System Red Green Blue C M Y K H S L
Decimal 197 4 76 0 0.98 0.61 0.23 337.62 0.96 0.39
Hex C5 4 4C 0 62 3D 17 152 60 27
Octal 305 4 114 0 142 75 27 522 140 47
Binary 11000101 100 1001100 0 1100010 111101 10111 101010010 1100000 100111

Color Harmonies of #C5044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5044C

Black with #C5044C

Text Example


Text Example

White with #C5044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5044C; }

 p { color: rgb(197,4,76); }

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

background-color css

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

 a { background-color: rgb(197,4,76); }

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

border-color css

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

 span { border-color: rgb(197,4,76); }

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