Html Css Color HEX #C63C63 Cabaret

📋 copy color: '#C63C63'

red 198 ◦ green 60 ◦ blue 99

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

Shades of Cabaret #C63C63

Tints of Cabaret #C63C63

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.81%

 BLUE value IS 99 (39.06% from 255) = 27.73%

R = 55.46%
G = 16.81%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C63C63 (or 0xC63C63) is known color: Cabaret. HEX triplet: C6, 3C and 63. RGB value is (198,60,99). Sum of RGB (Red+Green+Blue) = 198+60+99=357 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.46% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C63 is #39C39C. Grayscale: #696969. Windows color (decimal): -3785629 or 6503622. OLE color: 6503622.

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

Color convert

RGB 198 60 99 -
CMYK 0 0.70 0.50 0.22
HSL 343.04º 0.55% 0.51% -
HSV(B) 343.04º 0.7% 0.78% -
XYZ 27.16 16.14 13.49 -
YUV 105.71 124.22 193.83 -
System Red Green Blue C M Y K H S L
Decimal 198 60 99 0 0.70 0.50 0.22 343.04 0.55 0.51
Hex C6 3C 63 0 46 32 16 157 37 33
Octal 306 74 143 0 106 62 26 527 67 63
Binary 11000110 111100 1100011 0 1000110 110010 10110 101010111 110111 110011

Color Harmonies of #C63C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C63

Black with #C63C63

Text Example


Text Example

White with #C63C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C63; }

 p { color: rgb(198,60,99); }

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

background-color css

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

 a { background-color: rgb(198,60,99); }

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

border-color css

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

 span { border-color: rgb(198,60,99); }

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