Html Css Color HEX #C63975 Royal Heath

📋 copy color: '#C63975'

red 198 ◦ green 57 ◦ blue 117

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

Shades of Royal Heath #C63975

Tints of Royal Heath #C63975

RGB

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

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

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

R = 53.23%
G = 15.32%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C63975 (or 0xC63975) is known color: Royal Heath. HEX triplet: C6, 39 and 75. RGB value is (198,57,117). Sum of RGB (Red+Green+Blue) = 198+57+117=372 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.23% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 198 - color contains mainly: red. Hex color #C63975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63975 is #39C68A. Grayscale: #696969. Windows color (decimal): -3786379 or 7682502. OLE color: 7682502.

HSL color Cylindrical-coordinate representation of color #C63975: hue angle of 334.47º 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 #C63975 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 57 117 -
CMYK 0 0.71 0.41 0.22
HSL 334.47º 0.55% 0.5% -
HSV(B) 334.47º 0.71% 0.78% -
XYZ 27.96 16.22 18.49 -
YUV 106 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 198 57 117 0 0.71 0.41 0.22 334.47 0.55 0.5
Hex C6 39 75 0 47 29 16 14E 37 32
Octal 306 71 165 0 107 51 26 516 67 62
Binary 11000110 111001 1110101 0 1000111 101001 10110 101001110 110111 110010

Color Harmonies of #C63975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63975

Black with #C63975

Text Example


Text Example

White with #C63975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63975; }

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

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

background-color css

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

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

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

border-color css

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

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

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