Html Css Color HEX #C4427B Royal Heath

📋 copy color: '#C4427B'

red 196 ◦ green 66 ◦ blue 123

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

Shades of Royal Heath #C4427B

Tints of Royal Heath #C4427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 50.91%
G = 17.14%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C4427B (or 0xC4427B) is known color: Royal Heath. HEX triplet: C4, 42 and 7B. RGB value is (196,66,123). Sum of RGB (Red+Green+Blue) = 196+66+123=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4427B is #3BBD84. Grayscale: #6F6F6F. Windows color (decimal): -3915141 or 8078020. OLE color: 8078020.

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

Color convert

RGB 196 66 123 -
CMYK 0 0.66 0.37 0.23
HSL 333.69º 0.52% 0.51% -
HSV(B) 333.69º 0.66% 0.77% -
XYZ 28.29 17.06 20.54 -
YUV 111.37 134.57 188.37 -
System Red Green Blue C M Y K H S L
Decimal 196 66 123 0 0.66 0.37 0.23 333.69 0.52 0.51
Hex C4 42 7B 0 42 25 17 14E 34 33
Octal 304 102 173 0 102 45 27 516 64 63
Binary 11000100 1000010 1111011 0 1000010 100101 10111 101001110 110100 110011

Color Harmonies of #C4427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4427B

Black with #C4427B

Text Example


Text Example

White with #C4427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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