Html Css Color HEX #C04475 Royal Heath

📋 copy color: '#C04475'

red 192 ◦ green 68 ◦ blue 117

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

Shades of Royal Heath #C04475

Tints of Royal Heath #C04475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

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

R = 50.93%
G = 18.04%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C04475 (or 0xC04475) is known color: Royal Heath. HEX triplet: C0, 44 and 75. RGB value is (192,68,117). Sum of RGB (Red+Green+Blue) = 192+68+117=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04475 is #3FBB8A. Grayscale: #6E6E6E. Windows color (decimal): -4176779 or 7685312. OLE color: 7685312.

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

Color convert

RGB 192 68 117 -
CMYK 0 0.65 0.39 0.25
HSL 336.29º 0.5% 0.51% -
HSV(B) 336.29º 0.65% 0.75% -
XYZ 27.02 16.63 18.61 -
YUV 110.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 192 68 117 0 0.65 0.39 0.25 336.29 0.5 0.51
Hex C0 44 75 0 41 27 19 150 32 33
Octal 300 104 165 0 101 47 31 520 62 63
Binary 11000000 1000100 1110101 0 1000001 100111 11001 101010000 110010 110011

Color Harmonies of #C04475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04475

Black with #C04475

Text Example


Text Example

White with #C04475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04475; }

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

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

background-color css

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

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

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

border-color css

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

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

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