Html Css Color HEX #C93C6F Royal Heath

📋 copy color: '#C93C6F'

red 201 ◦ green 60 ◦ blue 111

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

Shades of Royal Heath #C93C6F

Tints of Royal Heath #C93C6F

RGB

 RED value IS 201 (78.91% from 255) = 54.03%

 GREEN value IS 60 (23.83% from 255) = 16.13%

 BLUE value IS 111 (43.75% from 255) = 29.84%

R = 54.03%
G = 16.13%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C93C6F (or 0xC93C6F) is known color: Royal Heath. HEX triplet: C9, 3C and 6F. RGB value is (201,60,111). Sum of RGB (Red+Green+Blue) = 201+60+111=372 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.03% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 111 (43.75% from 255 or 29.84% from 372); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93C6F is #36C390. Grayscale: #6B6B6B. Windows color (decimal): -3589009 or 7290057. OLE color: 7290057.

HSL color Cylindrical-coordinate representation of color #C93C6F: hue angle of 338.3º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C6F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 60 111 -
CMYK 0 0.70 0.45 0.21
HSL 338.3º 0.57% 0.51% -
HSV(B) 338.3º 0.7% 0.79% -
XYZ 28.57 16.8 16.78 -
YUV 107.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 201 60 111 0 0.70 0.45 0.21 338.3 0.57 0.51
Hex C9 3C 6F 0 46 2D 15 152 39 33
Octal 311 74 157 0 106 55 25 522 71 63
Binary 11001001 111100 1101111 0 1000110 101101 10101 101010010 111001 110011

Color Harmonies of #C93C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93C6F

Black with #C93C6F

Text Example


Text Example

White with #C93C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93C6F; }

 p { color: rgb(201,60,111); }

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

background-color css

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

 a { background-color: rgb(201,60,111); }

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

border-color css

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

 span { border-color: rgb(201,60,111); }

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