Html Css Color HEX #C60350 Razzmatazz

📋 copy color: '#C60350'

red 198 ◦ green 3 ◦ blue 80

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

Shades of Razzmatazz #C60350

Tints of Razzmatazz #C60350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 70.46%
G = 1.07%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#C60350 (or 0xC60350) is known color: Razzmatazz. HEX triplet: C6, 03 and 50. RGB value is (198,3,80). Sum of RGB (Red+Green+Blue) = 198+3+80=281 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.46% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 80 (31.64% from 255 or 28.47% from 281); Max value from RGB is 198 - color contains mainly: red. Hex color #C60350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C60350 is #39FCAF. Grayscale: #454545. Windows color (decimal): -3800240 or 5243846. OLE color: 5243846.

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

Color convert

RGB 198 3 80 -
CMYK 0 0.98 0.60 0.22
HSL 336.31º 0.97% 0.39% -
HSV(B) 336.31º 0.98% 0.78% -
XYZ 24.77 12.65 8.73 -
YUV 70.08 133.6 219.24 -
System Red Green Blue C M Y K H S L
Decimal 198 3 80 0 0.98 0.60 0.22 336.31 0.97 0.39
Hex C6 3 50 0 62 3C 16 150 61 27
Octal 306 3 120 0 142 74 26 520 141 47
Binary 11000110 11 1010000 0 1100010 111100 10110 101010000 1100001 100111

Color Harmonies of #C60350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60350

Black with #C60350

Text Example


Text Example

White with #C60350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60350; }

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

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

background-color css

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

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

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

border-color css

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

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

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