Html Css Color HEX #C4417B Royal Heath

📋 copy color: '#C4417B'

red 196 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #C4417B

Tints of Royal Heath #C4417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 51.04%
G = 16.93%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4417B (or 0xC4417B) is known color: Royal Heath. HEX triplet: C4, 41 and 7B. RGB value is (196,65,123). Sum of RGB (Red+Green+Blue) = 196+65+123=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C4417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4417B is #3BBE84. Grayscale: #6E6E6E. Windows color (decimal): -3915397 or 8077764. OLE color: 8077764.

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

Color convert

RGB 196 65 123 -
CMYK 0 0.67 0.37 0.23
HSL 333.44º 0.53% 0.51% -
HSV(B) 333.44º 0.67% 0.77% -
XYZ 28.23 16.95 20.52 -
YUV 110.78 134.9 188.78 -
System Red Green Blue C M Y K H S L
Decimal 196 65 123 0 0.67 0.37 0.23 333.44 0.53 0.51
Hex C4 41 7B 0 43 25 17 14D 35 33
Octal 304 101 173 0 103 45 27 515 65 63
Binary 11000100 1000001 1111011 0 1000011 100101 10111 101001101 110101 110011

Color Harmonies of #C4417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4417B

Black with #C4417B

Text Example


Text Example

White with #C4417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4417B; }

 p { color: rgb(196,65,123); }

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

background-color css

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

 a { background-color: rgb(196,65,123); }

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

border-color css

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

 span { border-color: rgb(196,65,123); }

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