Html Css Color HEX #C4447B Royal Heath

📋 copy color: '#C4447B'

red 196 ◦ green 68 ◦ blue 123

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

Shades of Royal Heath #C4447B

Tints of Royal Heath #C4447B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.57%

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

R = 50.65%
G = 17.57%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4447B (or 0xC4447B) is known color: Royal Heath. HEX triplet: C4, 44 and 7B. RGB value is (196,68,123). Sum of RGB (Red+Green+Blue) = 196+68+123=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 68 (26.95% from 255 or 17.57% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4447B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4447B is #3BBB84. Grayscale: #707070. Windows color (decimal): -3914629 or 8078532. OLE color: 8078532.

HSL color Cylindrical-coordinate representation of color #C4447B: hue angle of 334.22º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4447B is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 68 123 -
CMYK 0 0.65 0.37 0.23
HSL 334.22º 0.52% 0.52% -
HSV(B) 334.22º 0.65% 0.77% -
XYZ 28.41 17.3 20.58 -
YUV 112.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 196 68 123 0 0.65 0.37 0.23 334.22 0.52 0.52
Hex C4 44 7B 0 41 25 17 14E 34 34
Octal 304 104 173 0 101 45 27 516 64 64
Binary 11000100 1000100 1111011 0 1000001 100101 10111 101001110 110100 110100

Color Harmonies of #C4447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4447B

Black with #C4447B

Text Example


Text Example

White with #C4447B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4447B; }

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

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

background-color css

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

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

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

border-color css

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

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

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