Html Css Color HEX #C80650 Razzmatazz

📋 copy color: '#C80650'

red 200 ◦ green 6 ◦ blue 80

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

Shades of Razzmatazz #C80650

Tints of Razzmatazz #C80650

RGB

 RED value IS 200 (78.52% from 255) = 69.93%

 GREEN value IS 6 (2.73% from 255) = 2.1%

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

R = 69.93%
G = 2.1%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.6

 K value IS 0.22

RGB Variations

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

Color information

#C80650 (or 0xC80650) is known color: Razzmatazz. HEX triplet: C8, 06 and 50. RGB value is (200,6,80). Sum of RGB (Red+Green+Blue) = 200+6+80=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 80 (31.64% from 255 or 27.97% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C80650 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80650 is #37F9AF. Grayscale: #484848. Windows color (decimal): -3668400 or 5244616. OLE color: 5244616.

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

Color convert

RGB 200 6 80 -
CMYK 0 0.97 0.6 0.22
HSL 337.11º 0.94% 0.4% -
HSV(B) 337.11º 0.97% 0.78% -
XYZ 25.33 12.99 8.76 -
YUV 72.44 132.27 218.98 -
System Red Green Blue C M Y K H S L
Decimal 200 6 80 0 0.97 0.6 0.22 337.11 0.94 0.4
Hex C8 6 50 0 61 3C 16 151 5E 28
Octal 310 6 120 0 141 74 26 521 136 50
Binary 11001000 110 1010000 0 1100001 111100 10110 101010001 1011110 101000

Color Harmonies of #C80650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80650

Black with #C80650

Text Example


Text Example

White with #C80650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80650; }

 p { color: rgb(200,6,80); }

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

background-color css

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

 a { background-color: rgb(200,6,80); }

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

border-color css

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

 span { border-color: rgb(200,6,80); }

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