Html Css Color HEX #C90256 Razzmatazz

📋 copy color: '#C90256'

red 201 ◦ green 2 ◦ blue 86

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

Shades of Razzmatazz #C90256

Tints of Razzmatazz #C90256

RGB

 RED value IS 201 (78.91% from 255) = 69.55%

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 86 (33.98% from 255) = 29.76%

R = 69.55%
G = 0.69%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.21

RGB Variations

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

Color information

#C90256 (or 0xC90256) is known color: Razzmatazz. HEX triplet: C9, 02 and 56. RGB value is (201,2,86). Sum of RGB (Red+Green+Blue) = 201+2+86=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 86 (33.98% from 255 or 29.76% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C90256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C90256 is #36FDA9. Grayscale: #464646. Windows color (decimal): -3603882 or 5636809. OLE color: 5636809.

HSL color Cylindrical-coordinate representation of color #C90256: hue angle of 334.67º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90256 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 2 86 -
CMYK 0 0.99 0.57 0.21
HSL 334.67º 0.98% 0.4% -
HSV(B) 334.67º 0.99% 0.79% -
XYZ 25.79 13.13 9.98 -
YUV 71.08 136.43 220.67 -
System Red Green Blue C M Y K H S L
Decimal 201 2 86 0 0.99 0.57 0.21 334.67 0.98 0.4
Hex C9 2 56 0 63 39 15 14F 62 28
Octal 311 2 126 0 143 71 25 517 142 50
Binary 11001001 10 1010110 0 1100011 111001 10101 101001111 1100010 101000

Color Harmonies of #C90256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90256

Black with #C90256

Text Example


Text Example

White with #C90256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90256; }

 p { color: rgb(201,2,86); }

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

background-color css

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

 a { background-color: rgb(201,2,86); }

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

border-color css

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

 span { border-color: rgb(201,2,86); }

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