Html Css Color HEX #C0467B Royal Heath

📋 copy color: '#C0467B'

red 192 ◦ green 70 ◦ blue 123

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

Shades of Royal Heath #C0467B

Tints of Royal Heath #C0467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

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

R = 49.87%
G = 18.18%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0467B (or 0xC0467B) is known color: Royal Heath. HEX triplet: C0, 46 and 7B. RGB value is (192,70,123). Sum of RGB (Red+Green+Blue) = 192+70+123=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C0467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0467B is #3FB984. Grayscale: #707070. Windows color (decimal): -4176261 or 8079040. OLE color: 8079040.

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

Color convert

RGB 192 70 123 -
CMYK 0 0.64 0.36 0.25
HSL 333.93º 0.49% 0.51% -
HSV(B) 333.93º 0.64% 0.75% -
XYZ 27.5 17.02 20.57 -
YUV 112.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 192 70 123 0 0.64 0.36 0.25 333.93 0.49 0.51
Hex C0 46 7B 0 40 24 19 14E 31 33
Octal 300 106 173 0 100 44 31 516 61 63
Binary 11000000 1000110 1111011 0 1000000 100100 11001 101001110 110001 110011

Color Harmonies of #C0467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0467B

Black with #C0467B

Text Example


Text Example

White with #C0467B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0467B; }

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

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

background-color css

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

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

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

border-color css

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

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

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