Html Css Color HEX #C5437B Royal Heath

📋 copy color: '#C5437B'

red 197 ◦ green 67 ◦ blue 123

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

Shades of Royal Heath #C5437B

Tints of Royal Heath #C5437B

RGB

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

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

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

R = 50.9%
G = 17.31%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5437B (or 0xC5437B) is known color: Royal Heath. HEX triplet: C5, 43 and 7B. RGB value is (197,67,123). Sum of RGB (Red+Green+Blue) = 197+67+123=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5437B is #3ABC84. Grayscale: #707070. Windows color (decimal): -3849349 or 8078277. OLE color: 8078277.

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

Color convert

RGB 197 67 123 -
CMYK 0 0.66 0.38 0.23
HSL 334.15º 0.53% 0.52% -
HSV(B) 334.15º 0.66% 0.77% -
XYZ 28.61 17.31 20.57 -
YUV 112.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 197 67 123 0 0.66 0.38 0.23 334.15 0.53 0.52
Hex C5 43 7B 0 42 26 17 14E 35 34
Octal 305 103 173 0 102 46 27 516 65 64
Binary 11000101 1000011 1111011 0 1000010 100110 10111 101001110 110101 110100

Color Harmonies of #C5437B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5437B

Black with #C5437B

Text Example


Text Example

White with #C5437B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5437B; }

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

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

background-color css

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

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

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

border-color css

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

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

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