Html Css Color HEX #C40256 Razzmatazz

📋 copy color: '#C40256'

red 196 ◦ green 2 ◦ blue 86

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

Shades of Razzmatazz #C40256

Tints of Razzmatazz #C40256

RGB

 RED value IS 196 (76.95% from 255) = 69.01%

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

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

R = 69.01%
G = 0.7%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C40256 (or 0xC40256) is known color: Razzmatazz. HEX triplet: C4, 02 and 56. RGB value is (196,2,86). Sum of RGB (Red+Green+Blue) = 196+2+86=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C40256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40256 is #3BFDA9. Grayscale: #454545. Windows color (decimal): -3931562 or 5636804. OLE color: 5636804.

HSL color Cylindrical-coordinate representation of color #C40256: hue angle of 334.02º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40256 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 2 86 -
CMYK 0 0.99 0.56 0.23
HSL 334.02º 0.98% 0.39% -
HSV(B) 334.02º 0.99% 0.77% -
XYZ 24.47 12.45 9.92 -
YUV 69.58 137.27 218.17 -
System Red Green Blue C M Y K H S L
Decimal 196 2 86 0 0.99 0.56 0.23 334.02 0.98 0.39
Hex C4 2 56 0 63 38 17 14E 62 27
Octal 304 2 126 0 143 70 27 516 142 47
Binary 11000100 10 1010110 0 1100011 111000 10111 101001110 1100010 100111

Color Harmonies of #C40256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40256

Black with #C40256

Text Example


Text Example

White with #C40256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40256; }

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

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

background-color css

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

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

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

border-color css

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

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

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