Html Css Color HEX #C3567E Royal Heath

📋 copy color: '#C3567E'

red 195 ◦ green 86 ◦ blue 126

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

Shades of Royal Heath #C3567E

Tints of Royal Heath #C3567E

RGB

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

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

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

R = 47.91%
G = 21.13%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C3567E (or 0xC3567E) is known color: Royal Heath. HEX triplet: C3, 56 and 7E. RGB value is (195,86,126). Sum of RGB (Red+Green+Blue) = 195+86+126=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C3567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3567E is #3CA981. Grayscale: #7B7B7B. Windows color (decimal): -3975554 or 8279747. OLE color: 8279747.

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

Color convert

RGB 195 86 126 -
CMYK 0 0.56 0.35 0.24
HSL 337.98º 0.48% 0.55% -
HSV(B) 337.98º 0.56% 0.76% -
XYZ 29.6 19.76 21.99 -
YUV 123.15 129.61 179.25 -
System Red Green Blue C M Y K H S L
Decimal 195 86 126 0 0.56 0.35 0.24 337.98 0.48 0.55
Hex C3 56 7E 0 38 23 18 152 30 37
Octal 303 126 176 0 70 43 30 522 60 67
Binary 11000011 1010110 1111110 0 111000 100011 11000 101010010 110000 110111

Color Harmonies of #C3567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3567E

Black with #C3567E

Text Example


Text Example

White with #C3567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3567E; }

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

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

background-color css

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

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

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

border-color css

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

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

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