Html Css Color HEX #C4406B Royal Heath

📋 copy color: '#C4406B'

red 196 ◦ green 64 ◦ blue 107

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

Shades of Royal Heath #C4406B

Tints of Royal Heath #C4406B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.16%

R = 53.41%
G = 17.44%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C4406B (or 0xC4406B) is known color: Royal Heath. HEX triplet: C4, 40 and 6B. RGB value is (196,64,107). Sum of RGB (Red+Green+Blue) = 196+64+107=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C4406B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4406B is #3BBF94. Grayscale: #6C6C6C. Windows color (decimal): -3915669 or 7028932. OLE color: 7028932.

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

Color convert

RGB 196 64 107 -
CMYK 0 0.67 0.45 0.23
HSL 340.45º 0.53% 0.51% -
HSV(B) 340.45º 0.67% 0.77% -
XYZ 27.25 16.46 15.65 -
YUV 108.37 127.23 190.5 -
System Red Green Blue C M Y K H S L
Decimal 196 64 107 0 0.67 0.45 0.23 340.45 0.53 0.51
Hex C4 40 6B 0 43 2D 17 154 35 33
Octal 304 100 153 0 103 55 27 524 65 63
Binary 11000100 1000000 1101011 0 1000011 101101 10111 101010100 110101 110011

Color Harmonies of #C4406B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4406B

Black with #C4406B

Text Example


Text Example

White with #C4406B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4406B; }

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

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

background-color css

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

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

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

border-color css

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

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

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