Html Css Color HEX #C53F65 Cabaret

📋 copy color: '#C53F65'

red 197 ◦ green 63 ◦ blue 101

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

Shades of Cabaret #C53F65

Tints of Cabaret #C53F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.98%

R = 54.57%
G = 17.45%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#C53F65 (or 0xC53F65) is known color: Cabaret. HEX triplet: C5, 3F and 65. RGB value is (197,63,101). Sum of RGB (Red+Green+Blue) = 197+63+101=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F65 is #3AC09A. Grayscale: #6B6B6B. Windows color (decimal): -3850395 or 6635461. OLE color: 6635461.

HSL color Cylindrical-coordinate representation of color #C53F65: hue angle of 342.99º 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 #C53F65 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 101 -
CMYK 0 0.68 0.49 0.23
HSL 342.99º 0.54% 0.51% -
HSV(B) 342.99º 0.68% 0.77% -
XYZ 27.15 16.36 14.04 -
YUV 107.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 197 63 101 0 0.68 0.49 0.23 342.99 0.54 0.51
Hex C5 3F 65 0 44 31 17 157 36 33
Octal 305 77 145 0 104 61 27 527 66 63
Binary 11000101 111111 1100101 0 1000100 110001 10111 101010111 110110 110011

Color Harmonies of #C53F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F65

Black with #C53F65

Text Example


Text Example

White with #C53F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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