Html Css Color HEX #C3486F Royal Heath

📋 copy color: '#C3486F'

red 195 ◦ green 72 ◦ blue 111

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

Shades of Royal Heath #C3486F

Tints of Royal Heath #C3486F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.05%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 51.59%
G = 19.05%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C3486F (or 0xC3486F) is known color: Royal Heath. HEX triplet: C3, 48 and 6F. RGB value is (195,72,111). Sum of RGB (Red+Green+Blue) = 195+72+111=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C3486F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3486F is #3CB790. Grayscale: #717171. Windows color (decimal): -3979153 or 7293123. OLE color: 7293123.

HSL color Cylindrical-coordinate representation of color #C3486F: hue angle of 340.98º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3486F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 72 111 -
CMYK 0 0.63 0.43 0.24
HSL 340.98º 0.51% 0.52% -
HSV(B) 340.98º 0.63% 0.76% -
XYZ 27.69 17.38 16.93 -
YUV 113.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 195 72 111 0 0.63 0.43 0.24 340.98 0.51 0.52
Hex C3 48 6F 0 3F 2B 18 155 33 34
Octal 303 110 157 0 77 53 30 525 63 64
Binary 11000011 1001000 1101111 0 111111 101011 11000 101010101 110011 110100

Color Harmonies of #C3486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3486F

Black with #C3486F

Text Example


Text Example

White with #C3486F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3486F; }

 p { color: rgb(195,72,111); }

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

background-color css

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

 a { background-color: rgb(195,72,111); }

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

border-color css

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

 span { border-color: rgb(195,72,111); }

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