Html Css Color HEX #C6356F Royal Heath

📋 copy color: '#C6356F'

red 198 ◦ green 53 ◦ blue 111

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

Shades of Royal Heath #C6356F

Tints of Royal Heath #C6356F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.64%

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

R = 54.7%
G = 14.64%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C6356F (or 0xC6356F) is known color: Royal Heath. HEX triplet: C6, 35 and 6F. RGB value is (198,53,111). Sum of RGB (Red+Green+Blue) = 198+53+111=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 53 (21.09% from 255 or 14.64% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6356F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6356F is #39CA90. Grayscale: #666666. Windows color (decimal): -3787409 or 7288262. OLE color: 7288262.

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

Color convert

RGB 198 53 111 -
CMYK 0 0.73 0.44 0.22
HSL 336º 0.58% 0.49% -
HSV(B) 336º 0.73% 0.78% -
XYZ 27.43 15.7 16.62 -
YUV 102.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 198 53 111 0 0.73 0.44 0.22 336 0.58 0.49
Hex C6 35 6F 0 49 2C 16 150 3A 31
Octal 306 65 157 0 111 54 26 520 72 61
Binary 11000110 110101 1101111 0 1001001 101100 10110 101010000 111010 110001

Color Harmonies of #C6356F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6356F

Black with #C6356F

Text Example


Text Example

White with #C6356F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6356F; }

 p { color: rgb(198,53,111); }

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

background-color css

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

 a { background-color: rgb(198,53,111); }

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

border-color css

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

 span { border-color: rgb(198,53,111); }

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