Html Css Color HEX #C0477B Royal Heath

📋 copy color: '#C0477B'

red 192 ◦ green 71 ◦ blue 123

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

Shades of Royal Heath #C0477B

Tints of Royal Heath #C0477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.39%

 BLUE value IS 123 (48.44% from 255) = 31.87%

R = 49.74%
G = 18.39%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0477B (or 0xC0477B) is known color: Royal Heath. HEX triplet: C0, 47 and 7B. RGB value is (192,71,123). Sum of RGB (Red+Green+Blue) = 192+71+123=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C0477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0477B is #3FB884. Grayscale: #717171. Windows color (decimal): -4176005 or 8079296. OLE color: 8079296.

HSL color Cylindrical-coordinate representation of color #C0477B: hue angle of 334.21º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0477B is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 123 -
CMYK 0 0.63 0.36 0.25
HSL 334.21º 0.49% 0.52% -
HSV(B) 334.21º 0.63% 0.75% -
XYZ 27.57 17.14 20.59 -
YUV 113.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 192 71 123 0 0.63 0.36 0.25 334.21 0.49 0.52
Hex C0 47 7B 0 3F 24 19 14E 31 34
Octal 300 107 173 0 77 44 31 516 61 64
Binary 11000000 1000111 1111011 0 111111 100100 11001 101001110 110001 110100

Color Harmonies of #C0477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0477B

Black with #C0477B

Text Example


Text Example

White with #C0477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0477B; }

 p { color: rgb(192,71,123); }

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

background-color css

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

 a { background-color: rgb(192,71,123); }

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

border-color css

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

 span { border-color: rgb(192,71,123); }

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