Html Css Color HEX #C4426D Royal Heath

📋 copy color: '#C4426D'

red 196 ◦ green 66 ◦ blue 109

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

Shades of Royal Heath #C4426D

Tints of Royal Heath #C4426D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 52.83%
G = 17.79%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4426D (or 0xC4426D) is known color: Royal Heath. HEX triplet: C4, 42 and 6D. RGB value is (196,66,109). Sum of RGB (Red+Green+Blue) = 196+66+109=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C4426D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4426D is #3BBD92. Grayscale: #6D6D6D. Windows color (decimal): -3915155 or 7160516. OLE color: 7160516.

HSL color Cylindrical-coordinate representation of color #C4426D: hue angle of 340.15º 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 #C4426D is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 109 -
CMYK 0 0.66 0.44 0.23
HSL 340.15º 0.52% 0.51% -
HSV(B) 340.15º 0.66% 0.77% -
XYZ 27.47 16.74 16.25 -
YUV 109.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 196 66 109 0 0.66 0.44 0.23 340.15 0.52 0.51
Hex C4 42 6D 0 42 2C 17 154 34 33
Octal 304 102 155 0 102 54 27 524 64 63
Binary 11000100 1000010 1101101 0 1000010 101100 10111 101010100 110100 110011

Color Harmonies of #C4426D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4426D

Black with #C4426D

Text Example


Text Example

White with #C4426D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4426D; }

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

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

background-color css

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

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

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

border-color css

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

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

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