Html Css Color HEX #C3567A Royal Heath

📋 copy color: '#C3567A'

red 195 ◦ green 86 ◦ blue 122

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

Shades of Royal Heath #C3567A

Tints of Royal Heath #C3567A

RGB

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

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

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

R = 48.39%
G = 21.34%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C3567A (or 0xC3567A) is known color: Royal Heath. HEX triplet: C3, 56 and 7A. RGB value is (195,86,122). Sum of RGB (Red+Green+Blue) = 195+86+122=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3567A is #3CA985. Grayscale: #7A7A7A. Windows color (decimal): -3975558 or 8017603. OLE color: 8017603.

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

Color convert

RGB 195 86 122 -
CMYK 0 0.56 0.37 0.24
HSL 340.18º 0.48% 0.55% -
HSV(B) 340.18º 0.56% 0.76% -
XYZ 29.35 19.66 20.66 -
YUV 122.7 127.61 179.57 -
System Red Green Blue C M Y K H S L
Decimal 195 86 122 0 0.56 0.37 0.24 340.18 0.48 0.55
Hex C3 56 7A 0 38 25 18 154 30 37
Octal 303 126 172 0 70 45 30 524 60 67
Binary 11000011 1010110 1111010 0 111000 100101 11000 101010100 110000 110111

Color Harmonies of #C3567A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3567A

Black with #C3567A

Text Example


Text Example

White with #C3567A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3567A; }

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

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

background-color css

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

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

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

border-color css

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

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

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