Html Css Color HEX #C64875 Royal Heath

📋 copy color: '#C64875'

red 198 ◦ green 72 ◦ blue 117

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

Shades of Royal Heath #C64875

Tints of Royal Heath #C64875

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.6%

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

R = 51.16%
G = 18.6%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C64875 (or 0xC64875) is known color: Royal Heath. HEX triplet: C6, 48 and 75. RGB value is (198,72,117). Sum of RGB (Red+Green+Blue) = 198+72+117=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C64875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64875 is #39B78A. Grayscale: #727272. Windows color (decimal): -3782539 or 7686342. OLE color: 7686342.

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

Color convert

RGB 198 72 117 -
CMYK 0 0.64 0.41 0.22
HSL 338.57º 0.53% 0.53% -
HSV(B) 338.57º 0.64% 0.78% -
XYZ 28.82 17.92 18.77 -
YUV 114.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 198 72 117 0 0.64 0.41 0.22 338.57 0.53 0.53
Hex C6 48 75 0 40 29 16 153 34 35
Octal 306 110 165 0 100 51 26 523 64 65
Binary 11000110 1001000 1110101 0 1000000 101001 10110 101010011 110100 110101

Color Harmonies of #C64875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64875

Black with #C64875

Text Example


Text Example

White with #C64875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64875; }

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

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

background-color css

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

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

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

border-color css

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

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

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