Html Css Color HEX #C4034C Razzmatazz

📋 copy color: '#C4034C'

red 196 ◦ green 3 ◦ blue 76

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

Shades of Razzmatazz #C4034C

Tints of Razzmatazz #C4034C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 27.64%

R = 71.27%
G = 1.09%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C4034C (or 0xC4034C) is known color: Razzmatazz. HEX triplet: C4, 03 and 4C. RGB value is (196,3,76). Sum of RGB (Red+Green+Blue) = 196+3+76=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 76 (30.08% from 255 or 27.64% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C4034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4034C is #3BFCB3. Grayscale: #444444. Windows color (decimal): -3931316 or 4981700. OLE color: 4981700.

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

Color convert

RGB 196 3 76 -
CMYK 0 0.98 0.61 0.23
HSL 337.31º 0.97% 0.39% -
HSV(B) 337.31º 0.98% 0.77% -
XYZ 24.1 12.32 7.95 -
YUV 69.03 131.94 218.56 -
System Red Green Blue C M Y K H S L
Decimal 196 3 76 0 0.98 0.61 0.23 337.31 0.97 0.39
Hex C4 3 4C 0 62 3D 17 151 61 27
Octal 304 3 114 0 142 75 27 521 141 47
Binary 11000100 11 1001100 0 1100010 111101 10111 101010001 1100001 100111

Color Harmonies of #C4034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4034C

Black with #C4034C

Text Example


Text Example

White with #C4034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4034C; }

 p { color: rgb(196,3,76); }

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

background-color css

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

 a { background-color: rgb(196,3,76); }

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

border-color css

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

 span { border-color: rgb(196,3,76); }

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