Html Css Color HEX #C63E60 Cabaret

📋 copy color: '#C63E60'

red 198 ◦ green 62 ◦ blue 96

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

Shades of Cabaret #C63E60

Tints of Cabaret #C63E60

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.42%

 BLUE value IS 96 (37.89% from 255) = 26.97%

R = 55.62%
G = 17.42%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C63E60 (or 0xC63E60) is known color: Cabaret. HEX triplet: C6, 3E and 60. RGB value is (198,62,96). Sum of RGB (Red+Green+Blue) = 198+62+96=356 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.62% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 96 (37.89% from 255 or 26.97% from 356); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63E60 is #39C19F. Grayscale: #6A6A6A. Windows color (decimal): -3785120 or 6307526. OLE color: 6307526.

HSL color Cylindrical-coordinate representation of color #C63E60: hue angle of 345º degrees, saturation: 0.54, 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 #C63E60 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 62 96 -
CMYK 0 0.69 0.52 0.22
HSL 345º 0.54% 0.51% -
HSV(B) 345º 0.69% 0.78% -
XYZ 27.12 16.3 12.78 -
YUV 106.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 198 62 96 0 0.69 0.52 0.22 345 0.54 0.51
Hex C6 3E 60 0 45 34 16 159 36 33
Octal 306 76 140 0 105 64 26 531 66 63
Binary 11000110 111110 1100000 0 1000101 110100 10110 101011001 110110 110011

Color Harmonies of #C63E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63E60

Black with #C63E60

Text Example


Text Example

White with #C63E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63E60; }

 p { color: rgb(198,62,96); }

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

background-color css

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

 a { background-color: rgb(198,62,96); }

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

border-color css

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

 span { border-color: rgb(198,62,96); }

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