Html Css Color HEX #C80653 Razzmatazz

📋 copy color: '#C80653'

red 200 ◦ green 6 ◦ blue 83

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

Shades of Razzmatazz #C80653

Tints of Razzmatazz #C80653

RGB

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

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

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

R = 69.2%
G = 2.08%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#C80653 (or 0xC80653) is known color: Razzmatazz. HEX triplet: C8, 06 and 53. RGB value is (200,6,83). Sum of RGB (Red+Green+Blue) = 200+6+83=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 83 (32.81% from 255 or 28.72% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C80653 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C80653 is #37F9AC. Grayscale: #484848. Windows color (decimal): -3668397 or 5441224. OLE color: 5441224.

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

Color convert

RGB 200 6 83 -
CMYK 0 0.97 0.58 0.22
HSL 336.19º 0.94% 0.4% -
HSV(B) 336.19º 0.97% 0.78% -
XYZ 25.45 13.03 9.36 -
YUV 72.78 133.77 218.74 -
System Red Green Blue C M Y K H S L
Decimal 200 6 83 0 0.97 0.58 0.22 336.19 0.94 0.4
Hex C8 6 53 0 61 3A 16 150 5E 28
Octal 310 6 123 0 141 72 26 520 136 50
Binary 11001000 110 1010011 0 1100001 111010 10110 101010000 1011110 101000

Color Harmonies of #C80653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80653

Black with #C80653

Text Example


Text Example

White with #C80653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80653; }

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

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

background-color css

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

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

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

border-color css

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

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

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