Html Css Color HEX #C63C61 Cabaret

📋 copy color: '#C63C61'

red 198 ◦ green 60 ◦ blue 97

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

Shades of Cabaret #C63C61

Tints of Cabaret #C63C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 27.32%

R = 55.77%
G = 16.9%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C63C61 (or 0xC63C61) is known color: Cabaret. HEX triplet: C6, 3C and 61. RGB value is (198,60,97). Sum of RGB (Red+Green+Blue) = 198+60+97=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C61 is #39C39E. Grayscale: #696969. Windows color (decimal): -3785631 or 6372550. OLE color: 6372550.

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

Color convert

RGB 198 60 97 -
CMYK 0 0.70 0.51 0.22
HSL 343.91º 0.55% 0.51% -
HSV(B) 343.91º 0.7% 0.78% -
XYZ 27.06 16.1 12.99 -
YUV 105.48 123.22 193.99 -
System Red Green Blue C M Y K H S L
Decimal 198 60 97 0 0.70 0.51 0.22 343.91 0.55 0.51
Hex C6 3C 61 0 46 33 16 158 37 33
Octal 306 74 141 0 106 63 26 530 67 63
Binary 11000110 111100 1100001 0 1000110 110011 10110 101011000 110111 110011

Color Harmonies of #C63C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C61

Black with #C63C61

Text Example


Text Example

White with #C63C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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