Html Css Color HEX #C3487A Royal Heath

📋 copy color: '#C3487A'

red 195 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #C3487A

Tints of Royal Heath #C3487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.51%

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 50.13%
G = 18.51%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3487A (or 0xC3487A) is known color: Royal Heath. HEX triplet: C3, 48 and 7A. RGB value is (195,72,122). Sum of RGB (Red+Green+Blue) = 195+72+122=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C3487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3487A is #3CB785. Grayscale: #727272. Windows color (decimal): -3979142 or 8014019. OLE color: 8014019.

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

Color convert

RGB 195 72 122 -
CMYK 0 0.63 0.37 0.24
HSL 335.61º 0.51% 0.52% -
HSV(B) 335.61º 0.63% 0.76% -
XYZ 28.34 17.64 20.32 -
YUV 114.48 132.25 185.43 -
System Red Green Blue C M Y K H S L
Decimal 195 72 122 0 0.63 0.37 0.24 335.61 0.51 0.52
Hex C3 48 7A 0 3F 25 18 150 33 34
Octal 303 110 172 0 77 45 30 520 63 64
Binary 11000011 1001000 1111010 0 111111 100101 11000 101010000 110011 110100

Color Harmonies of #C3487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3487A

Black with #C3487A

Text Example


Text Example

White with #C3487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3487A; }

 p { color: rgb(195,72,122); }

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

background-color css

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

 a { background-color: rgb(195,72,122); }

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

border-color css

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

 span { border-color: rgb(195,72,122); }

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