Html Css Color HEX #C60150 Razzmatazz

📋 copy color: '#C60150'

red 198 ◦ green 1 ◦ blue 80

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

Shades of Razzmatazz #C60150

Tints of Razzmatazz #C60150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.67%

R = 70.97%
G = 0.36%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C60150 (or 0xC60150) is known color: Razzmatazz. HEX triplet: C6, 01 and 50. RGB value is (198,1,80). Sum of RGB (Red+Green+Blue) = 198+1+80=279 (36% of max value = 765). Red value is 198 (77.73% from 255 or 70.97% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 198 - color contains mainly: red. Hex color #C60150 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60150 is #39FEAF. Grayscale: #444444. Windows color (decimal): -3800752 or 5243334. OLE color: 5243334.

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

Color convert

RGB 198 1 80 -
CMYK 0 0.99 0.60 0.22
HSL 335.94º 0.99% 0.39% -
HSV(B) 335.94º 0.99% 0.78% -
XYZ 24.75 12.61 8.72 -
YUV 68.91 134.27 220.08 -
System Red Green Blue C M Y K H S L
Decimal 198 1 80 0 0.99 0.60 0.22 335.94 0.99 0.39
Hex C6 1 50 0 63 3C 16 150 63 27
Octal 306 1 120 0 143 74 26 520 143 47
Binary 11000110 1 1010000 0 1100011 111100 10110 101010000 1100011 100111

Color Harmonies of #C60150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60150

Black with #C60150

Text Example


Text Example

White with #C60150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60150; }

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

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

background-color css

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

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

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

border-color css

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

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

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