Html Css Color HEX #C8497B Royal Heath

📋 copy color: '#C8497B'

red 200 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #C8497B

Tints of Royal Heath #C8497B

RGB

 RED value IS 200 (78.52% from 255) = 50.51%

 GREEN value IS 73 (28.91% from 255) = 18.43%

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

R = 50.51%
G = 18.43%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C8497B (or 0xC8497B) is known color: Royal Heath. HEX triplet: C8, 49 and 7B. RGB value is (200,73,123). Sum of RGB (Red+Green+Blue) = 200+73+123=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 73 (28.91% from 255 or 18.43% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8497B is #37B684. Grayscale: #747474. Windows color (decimal): -3651205 or 8079816. OLE color: 8079816.

HSL color Cylindrical-coordinate representation of color #C8497B: hue angle of 336.38º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8497B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 73 123 -
CMYK 0 0.64 0.38 0.22
HSL 336.38º 0.54% 0.54% -
HSV(B) 336.38º 0.64% 0.78% -
XYZ 29.78 18.47 20.74 -
YUV 116.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 200 73 123 0 0.64 0.38 0.22 336.38 0.54 0.54
Hex C8 49 7B 0 40 26 16 150 36 36
Octal 310 111 173 0 100 46 26 520 66 66
Binary 11001000 1001001 1111011 0 1000000 100110 10110 101010000 110110 110110

Color Harmonies of #C8497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8497B

Black with #C8497B

Text Example


Text Example

White with #C8497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8497B; }

 p { color: rgb(200,73,123); }

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

background-color css

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

 a { background-color: rgb(200,73,123); }

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

border-color css

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

 span { border-color: rgb(200,73,123); }

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