Html Css Color HEX #C4456D Royal Heath

📋 copy color: '#C4456D'

red 196 ◦ green 69 ◦ blue 109

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

Shades of Royal Heath #C4456D

Tints of Royal Heath #C4456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.45%

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

R = 52.41%
G = 18.45%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4456D (or 0xC4456D) is known color: Royal Heath. HEX triplet: C4, 45 and 6D. RGB value is (196,69,109). Sum of RGB (Red+Green+Blue) = 196+69+109=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4456D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4456D is #3BBA92. Grayscale: #6F6F6F. Windows color (decimal): -3914387 or 7161284. OLE color: 7161284.

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

Color convert

RGB 196 69 109 -
CMYK 0 0.65 0.44 0.23
HSL 341.1º 0.52% 0.52% -
HSV(B) 341.1º 0.65% 0.77% -
XYZ 27.65 17.1 16.31 -
YUV 111.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 196 69 109 0 0.65 0.44 0.23 341.1 0.52 0.52
Hex C4 45 6D 0 41 2C 17 155 34 34
Octal 304 105 155 0 101 54 27 525 64 64
Binary 11000100 1000101 1101101 0 1000001 101100 10111 101010101 110100 110100

Color Harmonies of #C4456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4456D

Black with #C4456D

Text Example


Text Example

White with #C4456D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4456D; }

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

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

background-color css

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

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

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

border-color css

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

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

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