Html Css Color HEX #C04F75 Royal Heath

📋 copy color: '#C04F75'

red 192 ◦ green 79 ◦ blue 117

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

Shades of Royal Heath #C04F75

Tints of Royal Heath #C04F75

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.36%

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

R = 49.48%
G = 20.36%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04F75 (or 0xC04F75) is known color: Royal Heath. HEX triplet: C0, 4F and 75. RGB value is (192,79,117). Sum of RGB (Red+Green+Blue) = 192+79+117=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F75 is #3FB08A. Grayscale: #757575. Windows color (decimal): -4173963 or 7688128. OLE color: 7688128.

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

Color convert

RGB 192 79 117 -
CMYK 0 0.59 0.39 0.25
HSL 339.82º 0.47% 0.53% -
HSV(B) 339.82º 0.59% 0.75% -
XYZ 27.75 18.08 18.86 -
YUV 117.12 127.94 181.41 -
System Red Green Blue C M Y K H S L
Decimal 192 79 117 0 0.59 0.39 0.25 339.82 0.47 0.53
Hex C0 4F 75 0 3B 27 19 154 2F 35
Octal 300 117 165 0 73 47 31 524 57 65
Binary 11000000 1001111 1110101 0 111011 100111 11001 101010100 101111 110101

Color Harmonies of #C04F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F75

Black with #C04F75

Text Example


Text Example

White with #C04F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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