Html Css Color HEX #C3567C Royal Heath

📋 copy color: '#C3567C'

red 195 ◦ green 86 ◦ blue 124

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

Shades of Royal Heath #C3567C

Tints of Royal Heath #C3567C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.23%

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

R = 48.15%
G = 21.23%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3567C (or 0xC3567C) is known color: Royal Heath. HEX triplet: C3, 56 and 7C. RGB value is (195,86,124). Sum of RGB (Red+Green+Blue) = 195+86+124=405 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.15% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 124 (48.83% from 255 or 30.62% from 405); Max value from RGB is 195 - color contains mainly: red. Hex color #C3567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3567C is #3CA983. Grayscale: #7A7A7A. Windows color (decimal): -3975556 or 8148675. OLE color: 8148675.

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

Color convert

RGB 195 86 124 -
CMYK 0 0.56 0.36 0.24
HSL 339.08º 0.48% 0.55% -
HSV(B) 339.08º 0.56% 0.76% -
XYZ 29.47 19.71 21.32 -
YUV 122.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 195 86 124 0 0.56 0.36 0.24 339.08 0.48 0.55
Hex C3 56 7C 0 38 24 18 153 30 37
Octal 303 126 174 0 70 44 30 523 60 67
Binary 11000011 1010110 1111100 0 111000 100100 11000 101010011 110000 110111

Color Harmonies of #C3567C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3567C

Black with #C3567C

Text Example


Text Example

White with #C3567C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3567C; }

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

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

background-color css

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

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

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

border-color css

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

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

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