Html Css Color HEX #C54067 Cabaret

📋 copy color: '#C54067'

red 197 ◦ green 64 ◦ blue 103

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

Shades of Cabaret #C54067

Tints of Cabaret #C54067

RGB

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

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

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

R = 54.12%
G = 17.58%
B = 28.3%

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

#C54067 (or 0xC54067) is known color: Cabaret. HEX triplet: C5, 40 and 67. RGB value is (197,64,103). Sum of RGB (Red+Green+Blue) = 197+64+103=364 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.12% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 197 - color contains mainly: red. Hex color #C54067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54067 is #3ABF98. Grayscale: #6C6C6C. Windows color (decimal): -3850137 or 6766789. OLE color: 6766789.

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

Color convert

RGB 197 64 103 -
CMYK 0 0.68 0.48 0.23
HSL 342.41º 0.53% 0.51% -
HSV(B) 342.41º 0.68% 0.77% -
XYZ 27.31 16.52 14.58 -
YUV 108.21 125.06 191.33 -
System Red Green Blue C M Y K H S L
Decimal 197 64 103 0 0.68 0.48 0.23 342.41 0.53 0.51
Hex C5 40 67 0 44 30 17 156 35 33
Octal 305 100 147 0 104 60 27 526 65 63
Binary 11000101 1000000 1100111 0 1000100 110000 10111 101010110 110101 110011

Color Harmonies of #C54067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54067

Black with #C54067

Text Example


Text Example

White with #C54067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54067; }

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

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

background-color css

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

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

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

border-color css

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

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

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