Html Css Color HEX #C54569 Cabaret

📋 copy color: '#C54569'

red 197 ◦ green 69 ◦ blue 105

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

Shades of Cabaret #C54569

Tints of Cabaret #C54569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

 BLUE value IS 105 (41.41% from 255) = 28.3%

R = 53.1%
G = 18.6%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C54569 (or 0xC54569) is known color: Cabaret. HEX triplet: C5, 45 and 69. RGB value is (197,69,105). Sum of RGB (Red+Green+Blue) = 197+69+105=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C54569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54569 is #3ABA96. Grayscale: #6F6F6F. Windows color (decimal): -3848855 or 6899141. OLE color: 6899141.

HSL color Cylindrical-coordinate representation of color #C54569: hue angle of 343.12º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54569 is Cyan = 0, Magento = 0.65, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 105 -
CMYK 0 0.65 0.47 0.23
HSL 343.13º 0.52% 0.52% -
HSV(B) 343.13º 0.65% 0.77% -
XYZ 27.7 17.15 15.21 -
YUV 111.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 197 69 105 0 0.65 0.47 0.23 343.13 0.52 0.52
Hex C5 45 69 0 41 2F 17 157 34 34
Octal 305 105 151 0 101 57 27 527 64 64
Binary 11000101 1000101 1101001 0 1000001 101111 10111 101010111 110100 110100

Color Harmonies of #C54569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54569

Black with #C54569

Text Example


Text Example

White with #C54569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54569; }

 p { color: rgb(197,69,105); }

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

background-color css

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

 a { background-color: rgb(197,69,105); }

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

border-color css

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

 span { border-color: rgb(197,69,105); }

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