Html Css Color HEX #C3386E Royal Heath

📋 copy color: '#C3386E'

red 195 ◦ green 56 ◦ blue 110

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

Shades of Royal Heath #C3386E

Tints of Royal Heath #C3386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.47%

R = 54.02%
G = 15.51%
B = 30.47%

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

#C3386E (or 0xC3386E) is known color: Royal Heath. HEX triplet: C3, 38 and 6E. RGB value is (195,56,110). Sum of RGB (Red+Green+Blue) = 195+56+110=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 110 (43.36% from 255 or 30.47% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C3386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3386E is #3CC791. Grayscale: #676767. Windows color (decimal): -3983250 or 7223491. OLE color: 7223491.

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

Color convert

RGB 195 56 110 -
CMYK 0 0.71 0.44 0.24
HSL 336.69º 0.55% 0.49% -
HSV(B) 336.69º 0.71% 0.76% -
XYZ 26.73 15.56 16.35 -
YUV 103.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 195 56 110 0 0.71 0.44 0.24 336.69 0.55 0.49
Hex C3 38 6E 0 47 2C 18 151 37 31
Octal 303 70 156 0 107 54 30 521 67 61
Binary 11000011 111000 1101110 0 1000111 101100 11000 101010001 110111 110001

Color Harmonies of #C3386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3386E

Black with #C3386E

Text Example


Text Example

White with #C3386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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