Html Css Color HEX #C5436E Royal Heath

📋 copy color: '#C5436E'

red 197 ◦ green 67 ◦ blue 110

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

Shades of Royal Heath #C5436E

Tints of Royal Heath #C5436E

RGB

 RED value IS 197 (77.34% from 255) = 52.67%

 GREEN value IS 67 (26.56% from 255) = 17.91%

 BLUE value IS 110 (43.36% from 255) = 29.41%

R = 52.67%
G = 17.91%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5436E (or 0xC5436E) is known color: Royal Heath. HEX triplet: C5, 43 and 6E. RGB value is (197,67,110). Sum of RGB (Red+Green+Blue) = 197+67+110=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5436E is #3ABC91. Grayscale: #6E6E6E. Windows color (decimal): -3849362 or 7226309. OLE color: 7226309.

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

Color convert

RGB 197 67 110 -
CMYK 0 0.66 0.44 0.23
HSL 340.15º 0.53% 0.52% -
HSV(B) 340.15º 0.66% 0.77% -
XYZ 27.85 17.01 16.57 -
YUV 110.77 127.57 189.5 -
System Red Green Blue C M Y K H S L
Decimal 197 67 110 0 0.66 0.44 0.23 340.15 0.53 0.52
Hex C5 43 6E 0 42 2C 17 154 35 34
Octal 305 103 156 0 102 54 27 524 65 64
Binary 11000101 1000011 1101110 0 1000010 101100 10111 101010100 110101 110100

Color Harmonies of #C5436E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5436E

Black with #C5436E

Text Example


Text Example

White with #C5436E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5436E; }

 p { color: rgb(197,67,110); }

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

background-color css

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

 a { background-color: rgb(197,67,110); }

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

border-color css

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

 span { border-color: rgb(197,67,110); }

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