Html Css Color HEX #C93B6E Royal Heath

📋 copy color: '#C93B6E'

red 201 ◦ green 59 ◦ blue 110

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

Shades of Royal Heath #C93B6E

Tints of Royal Heath #C93B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.95%

 BLUE value IS 110 (43.36% from 255) = 29.73%

R = 54.32%
G = 15.95%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#C93B6E (or 0xC93B6E) is known color: Royal Heath. HEX triplet: C9, 3B and 6E. RGB value is (201,59,110). Sum of RGB (Red+Green+Blue) = 201+59+110=370 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.32% from 370); Green value is 59 (23.44% from 255 or 15.95% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 201 - color contains mainly: red. Hex color #C93B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93B6E is #36C491. Grayscale: #6B6B6B. Windows color (decimal): -3589266 or 7224265. OLE color: 7224265.

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

Color convert

RGB 201 59 110 -
CMYK 0 0.71 0.45 0.21
HSL 338.45º 0.57% 0.51% -
HSV(B) 338.45º 0.71% 0.79% -
XYZ 28.47 16.67 16.47 -
YUV 107.27 129.54 194.85 -
System Red Green Blue C M Y K H S L
Decimal 201 59 110 0 0.71 0.45 0.21 338.45 0.57 0.51
Hex C9 3B 6E 0 47 2D 15 152 39 33
Octal 311 73 156 0 107 55 25 522 71 63
Binary 11001001 111011 1101110 0 1000111 101101 10101 101010010 111001 110011

Color Harmonies of #C93B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93B6E

Black with #C93B6E

Text Example


Text Example

White with #C93B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93B6E; }

 p { color: rgb(201,59,110); }

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

background-color css

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

 a { background-color: rgb(201,59,110); }

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

border-color css

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

 span { border-color: rgb(201,59,110); }

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