Html Css Color HEX #C4336D Royal Heath

📋 copy color: '#C4336D'

red 196 ◦ green 51 ◦ blue 109

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

Shades of Royal Heath #C4336D

Tints of Royal Heath #C4336D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.33%

 BLUE value IS 109 (42.97% from 255) = 30.62%

R = 55.06%
G = 14.33%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4336D (or 0xC4336D) is known color: Royal Heath. HEX triplet: C4, 33 and 6D. RGB value is (196,51,109). Sum of RGB (Red+Green+Blue) = 196+51+109=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 51 (20.31% from 255 or 14.33% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4336D is #3BCC92. Grayscale: #646464. Windows color (decimal): -3918995 or 7156676. OLE color: 7156676.

HSL color Cylindrical-coordinate representation of color #C4336D: hue angle of 336º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C4336D is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 51 109 -
CMYK 0 0.74 0.44 0.23
HSL 336º 0.59% 0.48% -
HSV(B) 336º 0.74% 0.77% -
XYZ 26.71 15.21 16 -
YUV 100.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 196 51 109 0 0.74 0.44 0.23 336 0.59 0.48
Hex C4 33 6D 0 4A 2C 17 150 3B 30
Octal 304 63 155 0 112 54 27 520 73 60
Binary 11000100 110011 1101101 0 1001010 101100 10111 101010000 111011 110000

Color Harmonies of #C4336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4336D

Black with #C4336D

Text Example


Text Example

White with #C4336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4336D; }

 p { color: rgb(196,51,109); }

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

background-color css

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

 a { background-color: rgb(196,51,109); }

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

border-color css

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

 span { border-color: rgb(196,51,109); }

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