Html Css Color HEX #C05A7F Royal Heath

📋 copy color: '#C05A7F'

red 192 ◦ green 90 ◦ blue 127

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

Shades of Royal Heath #C05A7F

Tints of Royal Heath #C05A7F

RGB

 RED value IS 192 (75.39% from 255) = 46.94%

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 127 (50% from 255) = 31.05%

R = 46.94%
G = 22%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C05A7F (or 0xC05A7F) is known color: Royal Heath. HEX triplet: C0, 5A and 7F. RGB value is (192,90,127). Sum of RGB (Red+Green+Blue) = 192+90+127=409 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.94% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05A7F is #3FA580. Grayscale: #7C7C7C. Windows color (decimal): -4171137 or 8346304. OLE color: 8346304.

HSL color Cylindrical-coordinate representation of color #C05A7F: hue angle of 338.24º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05A7F is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 90 127 -
CMYK 0 0.53 0.34 0.25
HSL 338.24º 0.45% 0.55% -
HSV(B) 338.24º 0.53% 0.75% -
XYZ 29.23 20.05 22.41 -
YUV 124.72 129.29 175.99 -
System Red Green Blue C M Y K H S L
Decimal 192 90 127 0 0.53 0.34 0.25 338.24 0.45 0.55
Hex C0 5A 7F 0 35 22 19 152 2D 37
Octal 300 132 177 0 65 42 31 522 55 67
Binary 11000000 1011010 1111111 0 110101 100010 11001 101010010 101101 110111

Color Harmonies of #C05A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05A7F

Black with #C05A7F

Text Example


Text Example

White with #C05A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05A7F; }

 p { color: rgb(192,90,127); }

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

background-color css

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

 a { background-color: rgb(192,90,127); }

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

border-color css

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

 span { border-color: rgb(192,90,127); }

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