Html Css Color HEX #C60153 Razzmatazz

📋 copy color: '#C60153'

red 198 ◦ green 1 ◦ blue 83

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

Shades of Razzmatazz #C60153

Tints of Razzmatazz #C60153

RGB

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

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

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

R = 70.21%
G = 0.35%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C60153 (or 0xC60153) is known color: Razzmatazz. HEX triplet: C6, 01 and 53. RGB value is (198,1,83). Sum of RGB (Red+Green+Blue) = 198+1+83=282 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.21% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 198 - color contains mainly: red. Hex color #C60153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60153 is #39FEAC. Grayscale: #454545. Windows color (decimal): -3800749 or 5439942. OLE color: 5439942.

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

Color convert

RGB 198 1 83 -
CMYK 0 0.99 0.58 0.22
HSL 335.03º 0.99% 0.39% -
HSV(B) 335.03º 0.99% 0.78% -
XYZ 24.86 12.65 9.32 -
YUV 69.25 135.77 219.83 -
System Red Green Blue C M Y K H S L
Decimal 198 1 83 0 0.99 0.58 0.22 335.03 0.99 0.39
Hex C6 1 53 0 63 3A 16 14F 63 27
Octal 306 1 123 0 143 72 26 517 143 47
Binary 11000110 1 1010011 0 1100011 111010 10110 101001111 1100011 100111

Color Harmonies of #C60153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60153

Black with #C60153

Text Example


Text Example

White with #C60153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60153; }

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

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

background-color css

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

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

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

border-color css

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

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

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