Html Css Color HEX #C5064F Razzmatazz

📋 copy color: '#C5064F'

red 197 ◦ green 6 ◦ blue 79

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

Shades of Razzmatazz #C5064F

Tints of Razzmatazz #C5064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.13%

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 69.86%
G = 2.13%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5064F (or 0xC5064F) is known color: Razzmatazz. HEX triplet: C5, 06 and 4F. RGB value is (197,6,79). Sum of RGB (Red+Green+Blue) = 197+6+79=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C5064F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5064F is #3AF9B0. Grayscale: #474747. Windows color (decimal): -3865009 or 5179077. OLE color: 5179077.

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

Color convert

RGB 197 6 79 -
CMYK 0 0.97 0.60 0.23
HSL 337.07º 0.94% 0.4% -
HSV(B) 337.07º 0.97% 0.77% -
XYZ 24.5 12.57 8.53 -
YUV 71.43 132.28 217.56 -
System Red Green Blue C M Y K H S L
Decimal 197 6 79 0 0.97 0.60 0.23 337.07 0.94 0.4
Hex C5 6 4F 0 61 3C 17 151 5E 28
Octal 305 6 117 0 141 74 27 521 136 50
Binary 11000101 110 1001111 0 1100001 111100 10111 101010001 1011110 101000

Color Harmonies of #C5064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5064F

Black with #C5064F

Text Example


Text Example

White with #C5064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5064F; }

 p { color: rgb(197,6,79); }

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

background-color css

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

 a { background-color: rgb(197,6,79); }

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

border-color css

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

 span { border-color: rgb(197,6,79); }

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