Html Css Color HEX #C4467B Royal Heath

📋 copy color: '#C4467B'

red 196 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #C4467B

Tints of Royal Heath #C4467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.99%

 BLUE value IS 123 (48.44% from 255) = 31.62%

R = 50.39%
G = 17.99%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4467B (or 0xC4467B) is known color: Royal Heath. HEX triplet: C4, 46 and 7B. RGB value is (196,70,123). Sum of RGB (Red+Green+Blue) = 196+70+123=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4467B is #3BB984. Grayscale: #717171. Windows color (decimal): -3914117 or 8079044. OLE color: 8079044.

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

Color convert

RGB 196 70 123 -
CMYK 0 0.64 0.37 0.23
HSL 334.76º 0.52% 0.52% -
HSV(B) 334.76º 0.64% 0.77% -
XYZ 28.53 17.55 20.62 -
YUV 113.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 196 70 123 0 0.64 0.37 0.23 334.76 0.52 0.52
Hex C4 46 7B 0 40 25 17 14F 34 34
Octal 304 106 173 0 100 45 27 517 64 64
Binary 11000100 1000110 1111011 0 1000000 100101 10111 101001111 110100 110100

Color Harmonies of #C4467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4467B

Black with #C4467B

Text Example


Text Example

White with #C4467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4467B; }

 p { color: rgb(196,70,123); }

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

background-color css

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

 a { background-color: rgb(196,70,123); }

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

border-color css

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

 span { border-color: rgb(196,70,123); }

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