Html Css Color HEX #C1507E Royal Heath

📋 copy color: '#C1507E'

red 193 ◦ green 80 ◦ blue 126

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

Shades of Royal Heath #C1507E

Tints of Royal Heath #C1507E

RGB

 RED value IS 193 (75.78% from 255) = 48.37%

 GREEN value IS 80 (31.64% from 255) = 20.05%

 BLUE value IS 126 (49.61% from 255) = 31.58%

R = 48.37%
G = 20.05%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1507E (or 0xC1507E) is known color: Royal Heath. HEX triplet: C1, 50 and 7E. RGB value is (193,80,126). Sum of RGB (Red+Green+Blue) = 193+80+126=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1507E is #3EAF81. Grayscale: #767676. Windows color (decimal): -4108162 or 8278209. OLE color: 8278209.

HSL color Cylindrical-coordinate representation of color #C1507E: hue angle of 335.58º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1507E is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 80 126 -
CMYK 0 0.59 0.35 0.24
HSL 335.58º 0.48% 0.54% -
HSV(B) 335.58º 0.59% 0.76% -
XYZ 28.63 18.58 21.82 -
YUV 119.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 193 80 126 0 0.59 0.35 0.24 335.58 0.48 0.54
Hex C1 50 7E 0 3B 23 18 150 30 36
Octal 301 120 176 0 73 43 30 520 60 66
Binary 11000001 1010000 1111110 0 111011 100011 11000 101010000 110000 110110

Color Harmonies of #C1507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1507E

Black with #C1507E

Text Example


Text Example

White with #C1507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1507E; }

 p { color: rgb(193,80,126); }

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

background-color css

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

 a { background-color: rgb(193,80,126); }

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

border-color css

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

 span { border-color: rgb(193,80,126); }

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