Html Css Color HEX #C63B75 Royal Heath

📋 copy color: '#C63B75'

red 198 ◦ green 59 ◦ blue 117

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

Shades of Royal Heath #C63B75

Tints of Royal Heath #C63B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.78%

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

R = 52.94%
G = 15.78%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C63B75 (or 0xC63B75) is known color: Royal Heath. HEX triplet: C6, 3B and 75. RGB value is (198,59,117). Sum of RGB (Red+Green+Blue) = 198+59+117=374 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.94% from 374); Green value is 59 (23.44% from 255 or 15.78% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B75 is #39C48A. Grayscale: #6B6B6B. Windows color (decimal): -3785867 or 7683014. OLE color: 7683014.

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

Color convert

RGB 198 59 117 -
CMYK 0 0.70 0.41 0.22
HSL 334.96º 0.55% 0.5% -
HSV(B) 334.96º 0.7% 0.78% -
XYZ 28.06 16.42 18.52 -
YUV 107.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 198 59 117 0 0.70 0.41 0.22 334.96 0.55 0.5
Hex C6 3B 75 0 46 29 16 14F 37 32
Octal 306 73 165 0 106 51 26 517 67 62
Binary 11000110 111011 1110101 0 1000110 101001 10110 101001111 110111 110010

Color Harmonies of #C63B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B75

Black with #C63B75

Text Example


Text Example

White with #C63B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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