Html Css Color HEX #C05675 Royal Heath

📋 copy color: '#C05675'

red 192 ◦ green 86 ◦ blue 117

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

Shades of Royal Heath #C05675

Tints of Royal Heath #C05675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.77%

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

R = 48.61%
G = 21.77%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C05675 (or 0xC05675) is known color: Royal Heath. HEX triplet: C0, 56 and 75. RGB value is (192,86,117). Sum of RGB (Red+Green+Blue) = 192+86+117=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C05675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05675 is #3FA98A. Grayscale: #797979. Windows color (decimal): -4172171 or 7689920. OLE color: 7689920.

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

Color convert

RGB 192 86 117 -
CMYK 0 0.55 0.39 0.25
HSL 342.45º 0.46% 0.55% -
HSV(B) 342.45º 0.55% 0.75% -
XYZ 28.28 19.15 19.03 -
YUV 121.23 125.62 178.48 -
System Red Green Blue C M Y K H S L
Decimal 192 86 117 0 0.55 0.39 0.25 342.45 0.46 0.55
Hex C0 56 75 0 37 27 19 156 2E 37
Octal 300 126 165 0 67 47 31 526 56 67
Binary 11000000 1010110 1110101 0 110111 100111 11001 101010110 101110 110111

Color Harmonies of #C05675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05675

Black with #C05675

Text Example


Text Example

White with #C05675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05675; }

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

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

background-color css

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

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

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

border-color css

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

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

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