Html Css Color HEX #C63C62 Cabaret

📋 copy color: '#C63C62'

red 198 ◦ green 60 ◦ blue 98

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

Shades of Cabaret #C63C62

Tints of Cabaret #C63C62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.53%

R = 55.62%
G = 16.85%
B = 27.53%

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

#C63C62 (or 0xC63C62) is known color: Cabaret. HEX triplet: C6, 3C and 62. RGB value is (198,60,98). Sum of RGB (Red+Green+Blue) = 198+60+98=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63C62 is #39C39D. Grayscale: #696969. Windows color (decimal): -3785630 or 6438086. OLE color: 6438086.

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

Color convert

RGB 198 60 98 -
CMYK 0 0.70 0.51 0.22
HSL 343.48º 0.55% 0.51% -
HSV(B) 343.48º 0.7% 0.78% -
XYZ 27.11 16.12 13.24 -
YUV 105.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 198 60 98 0 0.70 0.51 0.22 343.48 0.55 0.51
Hex C6 3C 62 0 46 33 16 157 37 33
Octal 306 74 142 0 106 63 26 527 67 63
Binary 11000110 111100 1100010 0 1000110 110011 10110 101010111 110111 110011

Color Harmonies of #C63C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63C62

Black with #C63C62

Text Example


Text Example

White with #C63C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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