Html Css Color HEX #C3497B Royal Heath

📋 copy color: '#C3497B'

red 195 ◦ green 73 ◦ blue 123

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

Shades of Royal Heath #C3497B

Tints of Royal Heath #C3497B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.67%

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

R = 49.87%
G = 18.67%
B = 31.46%

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

#C3497B (or 0xC3497B) is known color: Royal Heath. HEX triplet: C3, 49 and 7B. RGB value is (195,73,123). Sum of RGB (Red+Green+Blue) = 195+73+123=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3497B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3497B is #3CB684. Grayscale: #737373. Windows color (decimal): -3978885 or 8079811. OLE color: 8079811.

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

Color convert

RGB 195 73 123 -
CMYK 0 0.63 0.37 0.24
HSL 335.41º 0.5% 0.53% -
HSV(B) 335.41º 0.63% 0.76% -
XYZ 28.46 17.8 20.67 -
YUV 115.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 195 73 123 0 0.63 0.37 0.24 335.41 0.5 0.53
Hex C3 49 7B 0 3F 25 18 14F 32 35
Octal 303 111 173 0 77 45 30 517 62 65
Binary 11000011 1001001 1111011 0 111111 100101 11000 101001111 110010 110101

Color Harmonies of #C3497B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3497B

Black with #C3497B

Text Example


Text Example

White with #C3497B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3497B; }

 p { color: rgb(195,73,123); }

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

background-color css

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

 a { background-color: rgb(195,73,123); }

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

border-color css

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

 span { border-color: rgb(195,73,123); }

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