Html Css Color HEX #C5567D Royal Heath

📋 copy color: '#C5567D'

red 197 ◦ green 86 ◦ blue 125

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

Shades of Royal Heath #C5567D

Tints of Royal Heath #C5567D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.08%

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 48.28%
G = 21.08%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5567D (or 0xC5567D) is known color: Royal Heath. HEX triplet: C5, 56 and 7D. RGB value is (197,86,125). Sum of RGB (Red+Green+Blue) = 197+86+125=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C5567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5567D is #3AA982. Grayscale: #7B7B7B. Windows color (decimal): -3844483 or 8214213. OLE color: 8214213.

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

Color convert

RGB 197 86 125 -
CMYK 0 0.56 0.37 0.23
HSL 338.92º 0.49% 0.55% -
HSV(B) 338.92º 0.56% 0.77% -
XYZ 30.06 20.01 21.68 -
YUV 123.64 128.77 180.33 -
System Red Green Blue C M Y K H S L
Decimal 197 86 125 0 0.56 0.37 0.23 338.92 0.49 0.55
Hex C5 56 7D 0 38 25 17 153 31 37
Octal 305 126 175 0 70 45 27 523 61 67
Binary 11000101 1010110 1111101 0 111000 100101 10111 101010011 110001 110111

Color Harmonies of #C5567D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5567D

Black with #C5567D

Text Example


Text Example

White with #C5567D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5567D; }

 p { color: rgb(197,86,125); }

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

background-color css

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

 a { background-color: rgb(197,86,125); }

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

border-color css

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

 span { border-color: rgb(197,86,125); }

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