Html Css Color HEX #C6396C Royal Heath

📋 copy color: '#C6396C'

red 198 ◦ green 57 ◦ blue 108

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

Shades of Royal Heath #C6396C

Tints of Royal Heath #C6396C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.7%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 54.55%
G = 15.7%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C6396C (or 0xC6396C) is known color: Royal Heath. HEX triplet: C6, 39 and 6C. RGB value is (198,57,108). Sum of RGB (Red+Green+Blue) = 198+57+108=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 57 (22.66% from 255 or 15.70% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6396C is #39C693. Grayscale: #686868. Windows color (decimal): -3786388 or 7092678. OLE color: 7092678.

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

Color convert

RGB 198 57 108 -
CMYK 0 0.71 0.45 0.22
HSL 338.3º 0.55% 0.5% -
HSV(B) 338.3º 0.71% 0.78% -
XYZ 27.46 16.01 15.83 -
YUV 104.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 198 57 108 0 0.71 0.45 0.22 338.3 0.55 0.5
Hex C6 39 6C 0 47 2D 16 152 37 32
Octal 306 71 154 0 107 55 26 522 67 62
Binary 11000110 111001 1101100 0 1000111 101101 10110 101010010 110111 110010

Color Harmonies of #C6396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6396C

Black with #C6396C

Text Example


Text Example

White with #C6396C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6396C; }

 p { color: rgb(198,57,108); }

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

background-color css

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

 a { background-color: rgb(198,57,108); }

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

border-color css

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

 span { border-color: rgb(198,57,108); }

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