Html Css Color HEX #C4407A Royal Heath

📋 copy color: '#C4407A'

red 196 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #C4407A

Tints of Royal Heath #C4407A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 51.31%
G = 16.75%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C4407A (or 0xC4407A) is known color: Royal Heath. HEX triplet: C4, 40 and 7A. RGB value is (196,64,122). Sum of RGB (Red+Green+Blue) = 196+64+122=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C4407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4407A is #3BBF85. Grayscale: #6D6D6D. Windows color (decimal): -3915654 or 8011972. OLE color: 8011972.

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

Color convert

RGB 196 64 122 -
CMYK 0 0.67 0.38 0.23
HSL 333.64º 0.53% 0.51% -
HSV(B) 333.64º 0.67% 0.77% -
XYZ 28.11 16.81 20.17 -
YUV 110.08 134.73 189.28 -
System Red Green Blue C M Y K H S L
Decimal 196 64 122 0 0.67 0.38 0.23 333.64 0.53 0.51
Hex C4 40 7A 0 43 26 17 14E 35 33
Octal 304 100 172 0 103 46 27 516 65 63
Binary 11000100 1000000 1111010 0 1000011 100110 10111 101001110 110101 110011

Color Harmonies of #C4407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4407A

Black with #C4407A

Text Example


Text Example

White with #C4407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4407A; }

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

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

background-color css

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

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

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

border-color css

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

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

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