Html Css Color HEX #C63D60 Cabaret

📋 copy color: '#C63D60'

red 198 ◦ green 61 ◦ blue 96

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

Shades of Cabaret #C63D60

Tints of Cabaret #C63D60

RGB

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

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

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

R = 55.77%
G = 17.18%
B = 27.04%

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

#C63D60 (or 0xC63D60) is known color: Cabaret. HEX triplet: C6, 3D and 60. RGB value is (198,61,96). Sum of RGB (Red+Green+Blue) = 198+61+96=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 61 (24.22% from 255 or 17.18% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D60 is #39C29F. Grayscale: #696969. Windows color (decimal): -3785376 or 6307270. OLE color: 6307270.

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

Color convert

RGB 198 61 96 -
CMYK 0 0.69 0.52 0.22
HSL 344.67º 0.55% 0.51% -
HSV(B) 344.67º 0.69% 0.78% -
XYZ 27.07 16.19 12.76 -
YUV 105.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 198 61 96 0 0.69 0.52 0.22 344.67 0.55 0.51
Hex C6 3D 60 0 45 34 16 159 37 33
Octal 306 75 140 0 105 64 26 531 67 63
Binary 11000110 111101 1100000 0 1000101 110100 10110 101011001 110111 110011

Color Harmonies of #C63D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63D60

Black with #C63D60

Text Example


Text Example

White with #C63D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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