Html Css Color HEX #C53F66 Cabaret

📋 copy color: '#C53F66'

red 197 ◦ green 63 ◦ blue 102

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

Shades of Cabaret #C53F66

Tints of Cabaret #C53F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 54.42%
G = 17.4%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C53F66 (or 0xC53F66) is known color: Cabaret. HEX triplet: C5, 3F and 66. RGB value is (197,63,102). Sum of RGB (Red+Green+Blue) = 197+63+102=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F66 is #3AC099. Grayscale: #6B6B6B. Windows color (decimal): -3850394 or 6700997. OLE color: 6700997.

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

Color convert

RGB 197 63 102 -
CMYK 0 0.68 0.48 0.23
HSL 342.54º 0.54% 0.51% -
HSV(B) 342.54º 0.68% 0.77% -
XYZ 27.2 16.38 14.3 -
YUV 107.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 197 63 102 0 0.68 0.48 0.23 342.54 0.54 0.51
Hex C5 3F 66 0 44 30 17 157 36 33
Octal 305 77 146 0 104 60 27 527 66 63
Binary 11000101 111111 1100110 0 1000100 110000 10111 101010111 110110 110011

Color Harmonies of #C53F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F66

Black with #C53F66

Text Example


Text Example

White with #C53F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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