Html Css Color HEX #C4406A Royal Heath

📋 copy color: '#C4406A'

red 196 ◦ green 64 ◦ blue 106

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

Shades of Royal Heath #C4406A

Tints of Royal Heath #C4406A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 53.55%
G = 17.49%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C4406A (or 0xC4406A) is known color: Royal Heath. HEX triplet: C4, 40 and 6A. RGB value is (196,64,106). Sum of RGB (Red+Green+Blue) = 196+64+106=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C4406A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4406A is #3BBF95. Grayscale: #6C6C6C. Windows color (decimal): -3915670 or 6963396. OLE color: 6963396.

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

Color convert

RGB 196 64 106 -
CMYK 0 0.67 0.46 0.23
HSL 340.91º 0.53% 0.51% -
HSV(B) 340.91º 0.67% 0.77% -
XYZ 27.2 16.44 15.38 -
YUV 108.26 126.73 190.58 -
System Red Green Blue C M Y K H S L
Decimal 196 64 106 0 0.67 0.46 0.23 340.91 0.53 0.51
Hex C4 40 6A 0 43 2E 17 155 35 33
Octal 304 100 152 0 103 56 27 525 65 63
Binary 11000100 1000000 1101010 0 1000011 101110 10111 101010101 110101 110011

Color Harmonies of #C4406A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4406A

Black with #C4406A

Text Example


Text Example

White with #C4406A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4406A; }

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

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

background-color css

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

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

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

border-color css

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

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

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