Html Css Color HEX #C64575 Royal Heath

📋 copy color: '#C64575'

red 198 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #C64575

Tints of Royal Heath #C64575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.97%

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

R = 51.56%
G = 17.97%
B = 30.47%

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

#C64575 (or 0xC64575) is known color: Royal Heath. HEX triplet: C6, 45 and 75. RGB value is (198,69,117). Sum of RGB (Red+Green+Blue) = 198+69+117=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64575 is #39BA8A. Grayscale: #707070. Windows color (decimal): -3783307 or 7685574. OLE color: 7685574.

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

Color convert

RGB 198 69 117 -
CMYK 0 0.65 0.41 0.22
HSL 337.67º 0.53% 0.52% -
HSV(B) 337.67º 0.65% 0.78% -
XYZ 28.63 17.55 18.71 -
YUV 113.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 198 69 117 0 0.65 0.41 0.22 337.67 0.53 0.52
Hex C6 45 75 0 41 29 16 152 35 34
Octal 306 105 165 0 101 51 26 522 65 64
Binary 11000110 1000101 1110101 0 1000001 101001 10110 101010010 110101 110100

Color Harmonies of #C64575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64575

Black with #C64575

Text Example


Text Example

White with #C64575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64575; }

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

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

background-color css

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

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

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

border-color css

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

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

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