Html Css Color HEX #C4416C Royal Heath

📋 copy color: '#C4416C'

red 196 ◦ green 65 ◦ blue 108

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

Shades of Royal Heath #C4416C

Tints of Royal Heath #C4416C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.27%

R = 53.12%
G = 17.62%
B = 29.27%

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

#C4416C (or 0xC4416C) is known color: Royal Heath. HEX triplet: C4, 41 and 6C. RGB value is (196,65,108). Sum of RGB (Red+Green+Blue) = 196+65+108=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C4416C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4416C is #3BBE93. Grayscale: #6D6D6D. Windows color (decimal): -3915412 or 7094724. OLE color: 7094724.

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

Color convert

RGB 196 65 108 -
CMYK 0 0.67 0.45 0.23
HSL 340.31º 0.53% 0.51% -
HSV(B) 340.31º 0.67% 0.77% -
XYZ 27.36 16.6 15.95 -
YUV 109.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 196 65 108 0 0.67 0.45 0.23 340.31 0.53 0.51
Hex C4 41 6C 0 43 2D 17 154 35 33
Octal 304 101 154 0 103 55 27 524 65 63
Binary 11000100 1000001 1101100 0 1000011 101101 10111 101010100 110101 110011

Color Harmonies of #C4416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4416C

Black with #C4416C

Text Example


Text Example

White with #C4416C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4416C; }

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

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

background-color css

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

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

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

border-color css

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

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

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