Html Css Color HEX #C05375 Royal Heath

📋 copy color: '#C05375'

red 192 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #C05375

Tints of Royal Heath #C05375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.17%

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 48.98%
G = 21.17%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C05375 (or 0xC05375) is known color: Royal Heath. HEX triplet: C0, 53 and 75. RGB value is (192,83,117). Sum of RGB (Red+Green+Blue) = 192+83+117=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 83 (32.81% from 255 or 21.17% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05375 is #3FAC8A. Grayscale: #777777. Windows color (decimal): -4172939 or 7689152. OLE color: 7689152.

HSL color Cylindrical-coordinate representation of color #C05375: hue angle of 341.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C05375 is Cyan = 0, Magento = 0.57, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 83 117 -
CMYK 0 0.57 0.39 0.25
HSL 341.28º 0.46% 0.54% -
HSV(B) 341.28º 0.57% 0.75% -
XYZ 28.04 18.68 18.96 -
YUV 119.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 192 83 117 0 0.57 0.39 0.25 341.28 0.46 0.54
Hex C0 53 75 0 39 27 19 155 2E 36
Octal 300 123 165 0 71 47 31 525 56 66
Binary 11000000 1010011 1110101 0 111001 100111 11001 101010101 101110 110110

Color Harmonies of #C05375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05375

Black with #C05375

Text Example


Text Example

White with #C05375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05375; }

 p { color: rgb(192,83,117); }

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

background-color css

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

 a { background-color: rgb(192,83,117); }

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

border-color css

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

 span { border-color: rgb(192,83,117); }

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