Html Css Color HEX #C3386D Royal Heath

📋 copy color: '#C3386D'

red 195 ◦ green 56 ◦ blue 109

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

Shades of Royal Heath #C3386D

Tints of Royal Heath #C3386D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.56%

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 54.17%
G = 15.56%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C3386D (or 0xC3386D) is known color: Royal Heath. HEX triplet: C3, 38 and 6D. RGB value is (195,56,109). Sum of RGB (Red+Green+Blue) = 195+56+109=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3386D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3386D is #3CC792. Grayscale: #676767. Windows color (decimal): -3983251 or 7157955. OLE color: 7157955.

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

Color convert

RGB 195 56 109 -
CMYK 0 0.71 0.44 0.24
HSL 337.12º 0.55% 0.49% -
HSV(B) 337.12º 0.71% 0.76% -
XYZ 26.68 15.53 16.06 -
YUV 103.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 195 56 109 0 0.71 0.44 0.24 337.12 0.55 0.49
Hex C3 38 6D 0 47 2C 18 151 37 31
Octal 303 70 155 0 107 54 30 521 67 61
Binary 11000011 111000 1101101 0 1000111 101100 11000 101010001 110111 110001

Color Harmonies of #C3386D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3386D

Black with #C3386D

Text Example


Text Example

White with #C3386D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3386D; }

 p { color: rgb(195,56,109); }

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

background-color css

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

 a { background-color: rgb(195,56,109); }

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

border-color css

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

 span { border-color: rgb(195,56,109); }

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