Html Css Color HEX #C63D6C Royal Heath

📋 copy color: '#C63D6C'

red 198 ◦ green 61 ◦ blue 108

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

Shades of Royal Heath #C63D6C

Tints of Royal Heath #C63D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.62%

 BLUE value IS 108 (42.58% from 255) = 29.43%

R = 53.95%
G = 16.62%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C63D6C (or 0xC63D6C) is known color: Royal Heath. HEX triplet: C6, 3D and 6C. RGB value is (198,61,108). Sum of RGB (Red+Green+Blue) = 198+61+108=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D6C is #39C293. Grayscale: #6B6B6B. Windows color (decimal): -3785364 or 7093702. OLE color: 7093702.

HSL color Cylindrical-coordinate representation of color #C63D6C: hue angle of 339.42º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D6C is Cyan = 0, Magento = 0.69, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 61 108 -
CMYK 0 0.69 0.45 0.22
HSL 339.42º 0.55% 0.51% -
HSV(B) 339.42º 0.69% 0.78% -
XYZ 27.66 16.43 15.9 -
YUV 107.32 128.39 192.68 -
System Red Green Blue C M Y K H S L
Decimal 198 61 108 0 0.69 0.45 0.22 339.42 0.55 0.51
Hex C6 3D 6C 0 45 2D 16 153 37 33
Octal 306 75 154 0 105 55 26 523 67 63
Binary 11000110 111101 1101100 0 1000101 101101 10110 101010011 110111 110011

Color Harmonies of #C63D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D6C

Black with #C63D6C

Text Example


Text Example

White with #C63D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D6C; }

 p { color: rgb(198,61,108); }

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

background-color css

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

 a { background-color: rgb(198,61,108); }

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

border-color css

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

 span { border-color: rgb(198,61,108); }

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