#C4426B

Color #C4426B Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C4426B

Tints of Royal Heath #C4426B

Color information

#C4426B (or 0xC4426B) is unknown color: approx Royal Heath. HEX triplet: C4, 42 and 6B. RGB value is (196,66,107). Sum of RGB (Red+Green+Blue) = 196+66+107=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4426B is #3BBD94. Grayscale: #6D6D6D. Windows color (decimal): -3915157 or 7029444. OLE color: 7029444.

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

Color convert

RGB19666107-
CMYK00.660.450.23
HSL341.08º52.42%51.37%-
HSV(B)341.08º66.33%76.86%-
XYZ27.3716.6915.69-
YUV109.54126.57189.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 66 (26.17% from 255) = 17.89%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=53.12%
G=17.89%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966610700.660.450.23341.0852.4251.37
HexC4426B0422D171553433
Octal304102153010255275256463
Binary11000100100001011010110100001010110110111101010101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4426B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4426B; }

 p { color: rgb(196,66,107); }

 H1.HeaderClassName
 {
   color: #C4426B;
 }
 .AnyTagClassName
 {
   color: #C4426B;
 }
</style>
background-color css

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

 a { background-color: rgb(196,66,107); }

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

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

 span { border-color: rgb(196,66,107); }

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