Html Css Color HEX #C54A6A Cabaret

📋 copy color: '#C54A6A'

red 197 ◦ green 74 ◦ blue 106

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

Shades of Cabaret #C54A6A

Tints of Cabaret #C54A6A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 52.25%
G = 19.63%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C54A6A (or 0xC54A6A) is known color: Cabaret. HEX triplet: C5, 4A and 6A. RGB value is (197,74,106). Sum of RGB (Red+Green+Blue) = 197+74+106=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54A6A is #3AB595. Grayscale: #727272. Windows color (decimal): -3847574 or 6965957. OLE color: 6965957.

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

Color convert

RGB 197 74 106 -
CMYK 0 0.62 0.46 0.23
HSL 344.39º 0.51% 0.53% -
HSV(B) 344.39º 0.62% 0.77% -
XYZ 28.08 17.81 15.59 -
YUV 114.43 123.25 186.9 -
System Red Green Blue C M Y K H S L
Decimal 197 74 106 0 0.62 0.46 0.23 344.39 0.51 0.53
Hex C5 4A 6A 0 3E 2E 17 158 33 35
Octal 305 112 152 0 76 56 27 530 63 65
Binary 11000101 1001010 1101010 0 111110 101110 10111 101011000 110011 110101

Color Harmonies of #C54A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A6A

Black with #C54A6A

Text Example


Text Example

White with #C54A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A6A; }

 p { color: rgb(197,74,106); }

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

background-color css

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

 a { background-color: rgb(197,74,106); }

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

border-color css

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

 span { border-color: rgb(197,74,106); }

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