Html Css Color HEX #C5436D Royal Heath

📋 copy color: '#C5436D'

red 197 ◦ green 67 ◦ blue 109

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

Shades of Royal Heath #C5436D

Tints of Royal Heath #C5436D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.22%

R = 52.82%
G = 17.96%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5436D (or 0xC5436D) is known color: Royal Heath. HEX triplet: C5, 43 and 6D. RGB value is (197,67,109). Sum of RGB (Red+Green+Blue) = 197+67+109=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 109 (42.97% from 255 or 29.22% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5436D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5436D is #3ABC92. Grayscale: #6E6E6E. Windows color (decimal): -3849363 or 7160773. OLE color: 7160773.

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

Color convert

RGB 197 67 109 -
CMYK 0 0.66 0.45 0.23
HSL 340.62º 0.53% 0.52% -
HSV(B) 340.62º 0.66% 0.77% -
XYZ 27.79 16.99 16.28 -
YUV 110.66 127.07 189.58 -
System Red Green Blue C M Y K H S L
Decimal 197 67 109 0 0.66 0.45 0.23 340.62 0.53 0.52
Hex C5 43 6D 0 42 2D 17 155 35 34
Octal 305 103 155 0 102 55 27 525 65 64
Binary 11000101 1000011 1101101 0 1000010 101101 10111 101010101 110101 110100

Color Harmonies of #C5436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5436D

Black with #C5436D

Text Example


Text Example

White with #C5436D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5436D; }

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

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

background-color css

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

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

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

border-color css

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

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

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