Html Css Color HEX #C60155 Razzmatazz

📋 copy color: '#C60155'

red 198 ◦ green 1 ◦ blue 85

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

Shades of Razzmatazz #C60155

Tints of Razzmatazz #C60155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 69.72%
G = 0.35%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C60155 (or 0xC60155) is known color: Razzmatazz. HEX triplet: C6, 01 and 55. RGB value is (198,1,85). Sum of RGB (Red+Green+Blue) = 198+1+85=284 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.72% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 198 - color contains mainly: red. Hex color #C60155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60155 is #39FEAA. Grayscale: #454545. Windows color (decimal): -3800747 or 5571014. OLE color: 5571014.

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

Color convert

RGB 198 1 85 -
CMYK 0 0.99 0.57 0.22
HSL 334.42º 0.99% 0.39% -
HSV(B) 334.42º 0.99% 0.78% -
XYZ 24.94 12.68 9.73 -
YUV 69.48 136.77 219.67 -
System Red Green Blue C M Y K H S L
Decimal 198 1 85 0 0.99 0.57 0.22 334.42 0.99 0.39
Hex C6 1 55 0 63 39 16 14E 63 27
Octal 306 1 125 0 143 71 26 516 143 47
Binary 11000110 1 1010101 0 1100011 111001 10110 101001110 1100011 100111

Color Harmonies of #C60155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60155

Black with #C60155

Text Example


Text Example

White with #C60155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60155; }

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

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

background-color css

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

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

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

border-color css

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

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

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