Html Css Color HEX #C6054C Razzmatazz

📋 copy color: '#C6054C'

red 198 ◦ green 5 ◦ blue 76

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

Shades of Razzmatazz #C6054C

Tints of Razzmatazz #C6054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.79%

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

R = 70.97%
G = 1.79%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C6054C (or 0xC6054C) is known color: Razzmatazz. HEX triplet: C6, 05 and 4C. RGB value is (198,5,76). Sum of RGB (Red+Green+Blue) = 198+5+76=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C6054C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6054C is #39FAB3. Grayscale: #464646. Windows color (decimal): -3799732 or 4982214. OLE color: 4982214.

HSL color Cylindrical-coordinate representation of color #C6054C: hue angle of 337.93º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6054C is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 76 -
CMYK 0 0.97 0.62 0.22
HSL 337.93º 0.95% 0.4% -
HSV(B) 337.93º 0.97% 0.78% -
XYZ 24.65 12.64 7.98 -
YUV 70.8 130.94 218.73 -
System Red Green Blue C M Y K H S L
Decimal 198 5 76 0 0.97 0.62 0.22 337.93 0.95 0.4
Hex C6 5 4C 0 61 3E 16 152 5F 28
Octal 306 5 114 0 141 76 26 522 137 50
Binary 11000110 101 1001100 0 1100001 111110 10110 101010010 1011111 101000

Color Harmonies of #C6054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6054C

Black with #C6054C

Text Example


Text Example

White with #C6054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6054C; }

 p { color: rgb(198,5,76); }

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

background-color css

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

 a { background-color: rgb(198,5,76); }

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

border-color css

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

 span { border-color: rgb(198,5,76); }

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