Html Css Color HEX #C6386E Royal Heath

📋 copy color: '#C6386E'

red 198 ◦ green 56 ◦ blue 110

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

Shades of Royal Heath #C6386E

Tints of Royal Heath #C6386E

RGB

 RED value IS 198 (77.73% from 255) = 54.4%

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

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

R = 54.4%
G = 15.38%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6386E (or 0xC6386E) is known color: Royal Heath. HEX triplet: C6, 38 and 6E. RGB value is (198,56,110). Sum of RGB (Red+Green+Blue) = 198+56+110=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 56 (22.27% from 255 or 15.38% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6386E is #39C791. Grayscale: #686868. Windows color (decimal): -3786642 or 7223494. OLE color: 7223494.

HSL color Cylindrical-coordinate representation of color #C6386E: hue angle of 337.18º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6386E is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 56 110 -
CMYK 0 0.72 0.44 0.22
HSL 337.18º 0.56% 0.5% -
HSV(B) 337.18º 0.72% 0.78% -
XYZ 27.52 15.96 16.38 -
YUV 104.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 198 56 110 0 0.72 0.44 0.22 337.18 0.56 0.5
Hex C6 38 6E 0 48 2C 16 151 38 32
Octal 306 70 156 0 110 54 26 521 70 62
Binary 11000110 111000 1101110 0 1001000 101100 10110 101010001 111000 110010

Color Harmonies of #C6386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6386E

Black with #C6386E

Text Example


Text Example

White with #C6386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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