Html Css Color HEX #C53D64 Cabaret

📋 copy color: '#C53D64'

red 197 ◦ green 61 ◦ blue 100

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

Shades of Cabaret #C53D64

Tints of Cabaret #C53D64

RGB

 RED value IS 197 (77.34% from 255) = 55.03%

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

 BLUE value IS 100 (39.45% from 255) = 27.93%

R = 55.03%
G = 17.04%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C53D64 (or 0xC53D64) is known color: Cabaret. HEX triplet: C5, 3D and 64. RGB value is (197,61,100). Sum of RGB (Red+Green+Blue) = 197+61+100=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C53D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53D64 is #3AC29B. Grayscale: #6A6A6A. Windows color (decimal): -3850908 or 6569413. OLE color: 6569413.

HSL color Cylindrical-coordinate representation of color #C53D64: hue angle of 342.79º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C53D64 is Cyan = 0, Magento = 0.69, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 61 100 -
CMYK 0 0.69 0.49 0.23
HSL 342.79º 0.54% 0.51% -
HSV(B) 342.79º 0.69% 0.77% -
XYZ 26.99 16.13 13.75 -
YUV 106.11 124.56 192.83 -
System Red Green Blue C M Y K H S L
Decimal 197 61 100 0 0.69 0.49 0.23 342.79 0.54 0.51
Hex C5 3D 64 0 45 31 17 157 36 33
Octal 305 75 144 0 105 61 27 527 66 63
Binary 11000101 111101 1100100 0 1000101 110001 10111 101010111 110110 110011

Color Harmonies of #C53D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53D64

Black with #C53D64

Text Example


Text Example

White with #C53D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53D64; }

 p { color: rgb(197,61,100); }

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

background-color css

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

 a { background-color: rgb(197,61,100); }

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

border-color css

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

 span { border-color: rgb(197,61,100); }

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