Html Css Color HEX #C53F67 Cabaret

📋 copy color: '#C53F67'

red 197 ◦ green 63 ◦ blue 103

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

Shades of Cabaret #C53F67

Tints of Cabaret #C53F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.37%

R = 54.27%
G = 17.36%
B = 28.37%

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

#C53F67 (or 0xC53F67) is known color: Cabaret. HEX triplet: C5, 3F and 67. RGB value is (197,63,103). Sum of RGB (Red+Green+Blue) = 197+63+103=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 103 (40.62% from 255 or 28.37% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F67 is #3AC098. Grayscale: #6B6B6B. Windows color (decimal): -3850393 or 6766533. OLE color: 6766533.

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

Color convert

RGB 197 63 103 -
CMYK 0 0.68 0.48 0.23
HSL 342.09º 0.54% 0.51% -
HSV(B) 342.09º 0.68% 0.77% -
XYZ 27.25 16.4 14.56 -
YUV 107.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 197 63 103 0 0.68 0.48 0.23 342.09 0.54 0.51
Hex C5 3F 67 0 44 30 17 156 36 33
Octal 305 77 147 0 104 60 27 526 66 63
Binary 11000101 111111 1100111 0 1000100 110000 10111 101010110 110110 110011

Color Harmonies of #C53F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F67

Black with #C53F67

Text Example


Text Example

White with #C53F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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