Html Css Color HEX #C60053 Razzmatazz

📋 copy color: '#C60053'

red 198 ◦ green 0 ◦ blue 83

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

Shades of Razzmatazz #C60053

Tints of Razzmatazz #C60053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.54%

R = 70.46%
G = 0%
B = 29.54%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C60053 (or 0xC60053) is known color: Razzmatazz. HEX triplet: C6, 00 and 53. RGB value is (198,0,83). Sum of RGB (Red+Green+Blue) = 198+0+83=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C60053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60053 is #39FFAC. Grayscale: #444444. Windows color (decimal): -3801005 or 5439686. OLE color: 5439686.

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

Color convert

RGB 198 0 83 -
CMYK 0 1 0.58 0.22
HSL 334.85º 1% 0.39% -
HSV(B) 334.85º 1% 0.78% -
XYZ 24.85 12.63 9.31 -
YUV 68.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 198 0 83 0 1 0.58 0.22 334.85 1 0.39
Hex C6 0 53 0 64 3A 16 14F 64 27
Octal 306 0 123 0 144 72 26 517 144 47
Binary 11000110 0 1010011 0 1100100 111010 10110 101001111 1100100 100111

Color Harmonies of #C60053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60053

Black with #C60053

Text Example


Text Example

White with #C60053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60053; }

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

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

background-color css

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

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

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

border-color css

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

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

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