Html Css Color HEX #C3457C Royal Heath

📋 copy color: '#C3457C'

red 195 ◦ green 69 ◦ blue 124

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

Shades of Royal Heath #C3457C

Tints of Royal Heath #C3457C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.78%

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

R = 50.26%
G = 17.78%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3457C (or 0xC3457C) is known color: Royal Heath. HEX triplet: C3, 45 and 7C. RGB value is (195,69,124). Sum of RGB (Red+Green+Blue) = 195+69+124=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3457C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3457C is #3CBA83. Grayscale: #707070. Windows color (decimal): -3979908 or 8144323. OLE color: 8144323.

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

Color convert

RGB 195 69 124 -
CMYK 0 0.65 0.36 0.24
HSL 333.81º 0.51% 0.52% -
HSV(B) 333.81º 0.65% 0.76% -
XYZ 28.27 17.31 20.92 -
YUV 112.94 134.24 186.53 -
System Red Green Blue C M Y K H S L
Decimal 195 69 124 0 0.65 0.36 0.24 333.81 0.51 0.52
Hex C3 45 7C 0 41 24 18 14E 33 34
Octal 303 105 174 0 101 44 30 516 63 64
Binary 11000011 1000101 1111100 0 1000001 100100 11000 101001110 110011 110100

Color Harmonies of #C3457C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3457C

Black with #C3457C

Text Example


Text Example

White with #C3457C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3457C; }

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

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

background-color css

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

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

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

border-color css

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

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

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