Html Css Color HEX #C54069 Cabaret

📋 copy color: '#C54069'

red 197 ◦ green 64 ◦ blue 105

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

Shades of Cabaret #C54069

Tints of Cabaret #C54069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

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

R = 53.83%
G = 17.49%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C54069 (or 0xC54069) is known color: Cabaret. HEX triplet: C5, 40 and 69. RGB value is (197,64,105). Sum of RGB (Red+Green+Blue) = 197+64+105=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C54069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54069 is #3ABF96. Grayscale: #6C6C6C. Windows color (decimal): -3850135 or 6897861. OLE color: 6897861.

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

Color convert

RGB 197 64 105 -
CMYK 0 0.68 0.47 0.23
HSL 341.5º 0.53% 0.51% -
HSV(B) 341.5º 0.68% 0.77% -
XYZ 27.41 16.56 15.12 -
YUV 108.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 197 64 105 0 0.68 0.47 0.23 341.5 0.53 0.51
Hex C5 40 69 0 44 2F 17 156 35 33
Octal 305 100 151 0 104 57 27 526 65 63
Binary 11000101 1000000 1101001 0 1000100 101111 10111 101010110 110101 110011

Color Harmonies of #C54069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54069

Black with #C54069

Text Example


Text Example

White with #C54069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54069; }

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

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

background-color css

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

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

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

border-color css

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

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

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