Html Css Color HEX #C4426F Royal Heath

📋 copy color: '#C4426F'

red 196 ◦ green 66 ◦ blue 111

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

Shades of Royal Heath #C4426F

Tints of Royal Heath #C4426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 52.55%
G = 17.69%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4426F (or 0xC4426F) is known color: Royal Heath. HEX triplet: C4, 42 and 6F. RGB value is (196,66,111). Sum of RGB (Red+Green+Blue) = 196+66+111=373 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.55% from 373); Green value is 66 (26.17% from 255 or 17.69% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 196 - color contains mainly: red. Hex color #C4426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4426F is #3BBD90. Grayscale: #6D6D6D. Windows color (decimal): -3915153 or 7291588. OLE color: 7291588.

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

Color convert

RGB 196 66 111 -
CMYK 0 0.66 0.43 0.23
HSL 339.23º 0.52% 0.51% -
HSV(B) 339.23º 0.66% 0.77% -
XYZ 27.58 16.78 16.82 -
YUV 110 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 196 66 111 0 0.66 0.43 0.23 339.23 0.52 0.51
Hex C4 42 6F 0 42 2B 17 153 34 33
Octal 304 102 157 0 102 53 27 523 64 63
Binary 11000100 1000010 1101111 0 1000010 101011 10111 101010011 110100 110011

Color Harmonies of #C4426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4426F

Black with #C4426F

Text Example


Text Example

White with #C4426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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