Html Css Color HEX #C3567F Royal Heath

📋 copy color: '#C3567F'

red 195 ◦ green 86 ◦ blue 127

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

Shades of Royal Heath #C3567F

Tints of Royal Heath #C3567F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.13%

R = 47.79%
G = 21.08%
B = 31.13%

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

#C3567F (or 0xC3567F) is known color: Royal Heath. HEX triplet: C3, 56 and 7F. RGB value is (195,86,127). Sum of RGB (Red+Green+Blue) = 195+86+127=408 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.79% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 195 - color contains mainly: red. Hex color #C3567F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3567F is #3CA980. Grayscale: #7B7B7B. Windows color (decimal): -3975553 or 8345283. OLE color: 8345283.

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

Color convert

RGB 195 86 127 -
CMYK 0 0.56 0.35 0.24
HSL 337.43º 0.48% 0.55% -
HSV(B) 337.43º 0.56% 0.76% -
XYZ 29.66 19.79 22.34 -
YUV 123.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 195 86 127 0 0.56 0.35 0.24 337.43 0.48 0.55
Hex C3 56 7F 0 38 23 18 151 30 37
Octal 303 126 177 0 70 43 30 521 60 67
Binary 11000011 1010110 1111111 0 111000 100011 11000 101010001 110000 110111

Color Harmonies of #C3567F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3567F

Black with #C3567F

Text Example


Text Example

White with #C3567F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3567F; }

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

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

background-color css

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

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

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

border-color css

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

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

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