Html Css Color HEX #C64675 Royal Heath

📋 copy color: '#C64675'

red 198 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #C64675

Tints of Royal Heath #C64675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

 BLUE value IS 117 (46.09% from 255) = 30.39%

R = 51.43%
G = 18.18%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C64675 (or 0xC64675) is known color: Royal Heath. HEX triplet: C6, 46 and 75. RGB value is (198,70,117). Sum of RGB (Red+Green+Blue) = 198+70+117=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C64675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64675 is #39B98A. Grayscale: #717171. Windows color (decimal): -3783051 or 7685830. OLE color: 7685830.

HSL color Cylindrical-coordinate representation of color #C64675: hue angle of 337.97º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64675 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 70 117 -
CMYK 0 0.65 0.41 0.22
HSL 337.97º 0.53% 0.53% -
HSV(B) 337.97º 0.65% 0.78% -
XYZ 28.69 17.67 18.73 -
YUV 113.63 129.91 188.18 -
System Red Green Blue C M Y K H S L
Decimal 198 70 117 0 0.65 0.41 0.22 337.97 0.53 0.53
Hex C6 46 75 0 41 29 16 152 35 35
Octal 306 106 165 0 101 51 26 522 65 65
Binary 11000110 1000110 1110101 0 1000001 101001 10110 101010010 110101 110101

Color Harmonies of #C64675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64675

Black with #C64675

Text Example


Text Example

White with #C64675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64675; }

 p { color: rgb(198,70,117); }

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

background-color css

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

 a { background-color: rgb(198,70,117); }

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

border-color css

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

 span { border-color: rgb(198,70,117); }

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