Html Css Color HEX #C60055 Razzmatazz

📋 copy color: '#C60055'

red 198 ◦ green 0 ◦ blue 85

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

Shades of Razzmatazz #C60055

Tints of Razzmatazz #C60055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 69.96%
G = 0%
B = 30.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C60055 (or 0xC60055) is known color: Razzmatazz. HEX triplet: C6, 00 and 55. RGB value is (198,0,85). Sum of RGB (Red+Green+Blue) = 198+0+85=283 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.96% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 198 - color contains mainly: red. Hex color #C60055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60055 is #39FFAA. Grayscale: #444444. Windows color (decimal): -3801003 or 5570758. OLE color: 5570758.

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

Color convert

RGB 198 0 85 -
CMYK 0 1 0.57 0.22
HSL 334.24º 1% 0.39% -
HSV(B) 334.24º 1% 0.78% -
XYZ 24.93 12.66 9.72 -
YUV 68.89 137.1 220.09 -
System Red Green Blue C M Y K H S L
Decimal 198 0 85 0 1 0.57 0.22 334.24 1 0.39
Hex C6 0 55 0 64 39 16 14E 64 27
Octal 306 0 125 0 144 71 26 516 144 47
Binary 11000110 0 1010101 0 1100100 111001 10110 101001110 1100100 100111

Color Harmonies of #C60055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60055

Black with #C60055

Text Example


Text Example

White with #C60055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60055; }

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

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

background-color css

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

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

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

border-color css

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

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

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