Html Css Color HEX #C6004A Razzmatazz

📋 copy color: '#C6004A'

red 198 ◦ green 0 ◦ blue 74

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

Shades of Razzmatazz #C6004A

Tints of Razzmatazz #C6004A

RGB

 RED value IS 198 (77.73% from 255) = 72.79%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 74 (29.3% from 255) = 27.21%

R = 72.79%
G = 0%
B = 27.21%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#C6004A (or 0xC6004A) is known color: Razzmatazz. HEX triplet: C6, 00 and 4A. RGB value is (198,0,74). Sum of RGB (Red+Green+Blue) = 198+0+74=272 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.79% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 198 - color contains mainly: red. Hex color #C6004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6004A is #39FFB5. Grayscale: #434343. Windows color (decimal): -3801014 or 4849862. OLE color: 4849862.

HSL color Cylindrical-coordinate representation of color #C6004A: hue angle of 337.58º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6004A is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 74 -
CMYK 0 1 0.63 0.22
HSL 337.58º 1% 0.39% -
HSV(B) 337.58º 1% 0.78% -
XYZ 24.52 12.5 7.6 -
YUV 67.64 131.6 220.98 -
System Red Green Blue C M Y K H S L
Decimal 198 0 74 0 1 0.63 0.22 337.58 1 0.39
Hex C6 0 4A 0 64 3F 16 152 64 27
Octal 306 0 112 0 144 77 26 522 144 47
Binary 11000110 0 1001010 0 1100100 111111 10110 101010010 1100100 100111

Color Harmonies of #C6004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6004A

Black with #C6004A

Text Example


Text Example

White with #C6004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6004A; }

 p { color: rgb(198,0,74); }

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

background-color css

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

 a { background-color: rgb(198,0,74); }

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

border-color css

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

 span { border-color: rgb(198,0,74); }

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