Html Css Color HEX #C54162 Cabaret

📋 copy color: '#C54162'

red 197 ◦ green 65 ◦ blue 98

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

Shades of Cabaret #C54162

Tints of Cabaret #C54162

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

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

R = 54.72%
G = 18.06%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#C54162 (or 0xC54162) is known color: Cabaret. HEX triplet: C5, 41 and 62. RGB value is (197,65,98). Sum of RGB (Red+Green+Blue) = 197+65+98=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C54162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54162 is #3ABE9D. Grayscale: #6C6C6C. Windows color (decimal): -3849886 or 6439365. OLE color: 6439365.

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

Color convert

RGB 197 65 98 -
CMYK 0 0.67 0.50 0.23
HSL 345º 0.53% 0.51% -
HSV(B) 345º 0.67% 0.77% -
XYZ 27.12 16.53 13.32 -
YUV 108.23 122.23 191.32 -
System Red Green Blue C M Y K H S L
Decimal 197 65 98 0 0.67 0.50 0.23 345 0.53 0.51
Hex C5 41 62 0 43 32 17 159 35 33
Octal 305 101 142 0 103 62 27 531 65 63
Binary 11000101 1000001 1100010 0 1000011 110010 10111 101011001 110101 110011

Color Harmonies of #C54162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54162

Black with #C54162

Text Example


Text Example

White with #C54162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54162; }

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

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

background-color css

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

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

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

border-color css

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

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

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