Html Css Color HEX #C3477A Royal Heath

📋 copy color: '#C3477A'

red 195 ◦ green 71 ◦ blue 122

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

Shades of Royal Heath #C3477A

Tints of Royal Heath #C3477A

RGB

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

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

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

R = 50.26%
G = 18.3%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3477A (or 0xC3477A) is known color: Royal Heath. HEX triplet: C3, 47 and 7A. RGB value is (195,71,122). Sum of RGB (Red+Green+Blue) = 195+71+122=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3477A is #3CB885. Grayscale: #717171. Windows color (decimal): -3979398 or 8013763. OLE color: 8013763.

HSL color Cylindrical-coordinate representation of color #C3477A: hue angle of 335.32º 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 #C3477A is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 71 122 -
CMYK 0 0.64 0.37 0.24
HSL 335.32º 0.51% 0.52% -
HSV(B) 335.32º 0.64% 0.76% -
XYZ 28.27 17.51 20.3 -
YUV 113.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 195 71 122 0 0.64 0.37 0.24 335.32 0.51 0.52
Hex C3 47 7A 0 40 25 18 14F 33 34
Octal 303 107 172 0 100 45 30 517 63 64
Binary 11000011 1000111 1111010 0 1000000 100101 11000 101001111 110011 110100

Color Harmonies of #C3477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3477A

Black with #C3477A

Text Example


Text Example

White with #C3477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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