Html Css Color HEX #C53F62 Cabaret

📋 copy color: '#C53F62'

red 197 ◦ green 63 ◦ blue 98

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

Shades of Cabaret #C53F62

Tints of Cabaret #C53F62

RGB

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

 GREEN value IS 63 (25% from 255) = 17.6%

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

R = 55.03%
G = 17.6%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C53F62 (or 0xC53F62) is known color: Cabaret. HEX triplet: C5, 3F and 62. RGB value is (197,63,98). Sum of RGB (Red+Green+Blue) = 197+63+98=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F62 is #3AC09D. Grayscale: #6B6B6B. Windows color (decimal): -3850398 or 6438853. OLE color: 6438853.

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

Color convert

RGB 197 63 98 -
CMYK 0 0.68 0.50 0.23
HSL 344.33º 0.54% 0.51% -
HSV(B) 344.33º 0.68% 0.77% -
XYZ 27.01 16.31 13.28 -
YUV 107.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 197 63 98 0 0.68 0.50 0.23 344.33 0.54 0.51
Hex C5 3F 62 0 44 32 17 158 36 33
Octal 305 77 142 0 104 62 27 530 66 63
Binary 11000101 111111 1100010 0 1000100 110010 10111 101011000 110110 110011

Color Harmonies of #C53F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F62

Black with #C53F62

Text Example


Text Example

White with #C53F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F62; }

 p { color: rgb(197,63,98); }

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

background-color css

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

 a { background-color: rgb(197,63,98); }

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

border-color css

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

 span { border-color: rgb(197,63,98); }

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