Html Css Color HEX #C3577E Royal Heath

📋 copy color: '#C3577E'

red 195 ◦ green 87 ◦ blue 126

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

Shades of Royal Heath #C3577E

Tints of Royal Heath #C3577E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.88%

R = 47.79%
G = 21.32%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3577E (or 0xC3577E) is known color: Royal Heath. HEX triplet: C3, 57 and 7E. RGB value is (195,87,126). Sum of RGB (Red+Green+Blue) = 195+87+126=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3577E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3577E is #3CA881. Grayscale: #7B7B7B. Windows color (decimal): -3975298 or 8280003. OLE color: 8280003.

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

Color convert

RGB 195 87 126 -
CMYK 0 0.55 0.35 0.24
HSL 338.33º 0.47% 0.55% -
HSV(B) 338.33º 0.55% 0.76% -
XYZ 29.68 19.92 22.02 -
YUV 123.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 195 87 126 0 0.55 0.35 0.24 338.33 0.47 0.55
Hex C3 57 7E 0 37 23 18 152 2F 37
Octal 303 127 176 0 67 43 30 522 57 67
Binary 11000011 1010111 1111110 0 110111 100011 11000 101010010 101111 110111

Color Harmonies of #C3577E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3577E

Black with #C3577E

Text Example


Text Example

White with #C3577E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3577E; }

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

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

background-color css

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

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

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

border-color css

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

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

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