Html Css Color HEX #C6004E Razzmatazz

📋 copy color: '#C6004E'

red 198 ◦ green 0 ◦ blue 78

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

Shades of Razzmatazz #C6004E

Tints of Razzmatazz #C6004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 71.74%
G = 0%
B = 28.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.22

RGB Variations

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

Color information

#C6004E (or 0xC6004E) is known color: Razzmatazz. HEX triplet: C6, 00 and 4E. RGB value is (198,0,78). Sum of RGB (Red+Green+Blue) = 198+0+78=276 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.74% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 198 - color contains mainly: red. Hex color #C6004E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C6004E is #39FFB1. Grayscale: #434343. Windows color (decimal): -3801010 or 5112006. OLE color: 5112006.

HSL color Cylindrical-coordinate representation of color #C6004E: hue angle of 336.36º 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 #C6004E is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 0 78 -
CMYK 0 1 0.61 0.22
HSL 336.36º 1% 0.39% -
HSV(B) 336.36º 1% 0.78% -
XYZ 24.66 12.56 8.33 -
YUV 68.09 133.6 220.66 -
System Red Green Blue C M Y K H S L
Decimal 198 0 78 0 1 0.61 0.22 336.36 1 0.39
Hex C6 0 4E 0 64 3D 16 150 64 27
Octal 306 0 116 0 144 75 26 520 144 47
Binary 11000110 0 1001110 0 1100100 111101 10110 101010000 1100100 100111

Color Harmonies of #C6004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6004E

Black with #C6004E

Text Example


Text Example

White with #C6004E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6004E; }

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

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

background-color css

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

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

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

border-color css

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

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

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