Html Css Color HEX #C3577A Royal Heath

📋 copy color: '#C3577A'

red 195 ◦ green 87 ◦ blue 122

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

Shades of Royal Heath #C3577A

Tints of Royal Heath #C3577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.53%

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

R = 48.27%
G = 21.53%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3577A (or 0xC3577A) is known color: Royal Heath. HEX triplet: C3, 57 and 7A. RGB value is (195,87,122). Sum of RGB (Red+Green+Blue) = 195+87+122=404 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.27% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 195 - color contains mainly: red. Hex color #C3577A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3577A is #3CA885. Grayscale: #7B7B7B. Windows color (decimal): -3975302 or 8017859. OLE color: 8017859.

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

Color convert

RGB 195 87 122 -
CMYK 0 0.55 0.37 0.24
HSL 340.56º 0.47% 0.55% -
HSV(B) 340.56º 0.55% 0.76% -
XYZ 29.43 19.82 20.69 -
YUV 123.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 195 87 122 0 0.55 0.37 0.24 340.56 0.47 0.55
Hex C3 57 7A 0 37 25 18 155 2F 37
Octal 303 127 172 0 67 45 30 525 57 67
Binary 11000011 1010111 1111010 0 110111 100101 11000 101010101 101111 110111

Color Harmonies of #C3577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3577A

Black with #C3577A

Text Example


Text Example

White with #C3577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3577A; }

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

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

background-color css

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

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

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

border-color css

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

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

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