Html Css Color HEX #C3467C Royal Heath

📋 copy color: '#C3467C'

red 195 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #C3467C

Tints of Royal Heath #C3467C

RGB

 RED value IS 195 (76.56% from 255) = 50.13%

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

 BLUE value IS 124 (48.83% from 255) = 31.88%

R = 50.13%
G = 17.99%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3467C (or 0xC3467C) is known color: Royal Heath. HEX triplet: C3, 46 and 7C. RGB value is (195,70,124). Sum of RGB (Red+Green+Blue) = 195+70+124=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 124 (48.83% from 255 or 31.88% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3467C is #3CB983. Grayscale: #717171. Windows color (decimal): -3979652 or 8144579. OLE color: 8144579.

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

Color convert

RGB 195 70 124 -
CMYK 0 0.64 0.36 0.24
HSL 334.08º 0.51% 0.52% -
HSV(B) 334.08º 0.64% 0.76% -
XYZ 28.33 17.44 20.94 -
YUV 113.53 133.91 186.11 -
System Red Green Blue C M Y K H S L
Decimal 195 70 124 0 0.64 0.36 0.24 334.08 0.51 0.52
Hex C3 46 7C 0 40 24 18 14E 33 34
Octal 303 106 174 0 100 44 30 516 63 64
Binary 11000011 1000110 1111100 0 1000000 100100 11000 101001110 110011 110100

Color Harmonies of #C3467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3467C

Black with #C3467C

Text Example


Text Example

White with #C3467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3467C; }

 p { color: rgb(195,70,124); }

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

background-color css

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

 a { background-color: rgb(195,70,124); }

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

border-color css

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

 span { border-color: rgb(195,70,124); }

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