Html Css Color HEX #C4406E Royal Heath

📋 copy color: '#C4406E'

red 196 ◦ green 64 ◦ blue 110

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

Shades of Royal Heath #C4406E

Tints of Royal Heath #C4406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.3%

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 52.97%
G = 17.3%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C4406E (or 0xC4406E) is known color: Royal Heath. HEX triplet: C4, 40 and 6E. RGB value is (196,64,110). Sum of RGB (Red+Green+Blue) = 196+64+110=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C4406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4406E is #3BBF91. Grayscale: #6C6C6C. Windows color (decimal): -3915666 or 7225540. OLE color: 7225540.

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

Color convert

RGB 196 64 110 -
CMYK 0 0.67 0.44 0.23
HSL 339.09º 0.53% 0.51% -
HSV(B) 339.09º 0.67% 0.77% -
XYZ 27.41 16.53 16.5 -
YUV 108.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 196 64 110 0 0.67 0.44 0.23 339.09 0.53 0.51
Hex C4 40 6E 0 43 2C 17 153 35 33
Octal 304 100 156 0 103 54 27 523 65 63
Binary 11000100 1000000 1101110 0 1000011 101100 10111 101010011 110101 110011

Color Harmonies of #C4406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4406E

Black with #C4406E

Text Example


Text Example

White with #C4406E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4406E; }

 p { color: rgb(196,64,110); }

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

background-color css

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

 a { background-color: rgb(196,64,110); }

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

border-color css

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

 span { border-color: rgb(196,64,110); }

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