Html Css Color HEX #C56275 Cabaret

📋 copy color: '#C56275'

red 197 ◦ green 98 ◦ blue 117

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

Shades of Cabaret #C56275

Tints of Cabaret #C56275

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.79%

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 47.82%
G = 23.79%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C56275 (or 0xC56275) is known color: Cabaret. HEX triplet: C5, 62 and 75. RGB value is (197,98,117). Sum of RGB (Red+Green+Blue) = 197+98+117=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C56275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56275 is #3A9D8A. Grayscale: #818181. Windows color (decimal): -3841419 or 7692997. OLE color: 7692997.

HSL color Cylindrical-coordinate representation of color #C56275: hue angle of 348.48º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56275 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 98 117 -
CMYK 0 0.50 0.41 0.23
HSL 348.48º 0.46% 0.58% -
HSV(B) 348.48º 0.5% 0.77% -
XYZ 30.6 21.89 19.44 -
YUV 129.77 120.8 175.96 -
System Red Green Blue C M Y K H S L
Decimal 197 98 117 0 0.50 0.41 0.23 348.48 0.46 0.58
Hex C5 62 75 0 32 29 17 15C 2E 3A
Octal 305 142 165 0 62 51 27 534 56 72
Binary 11000101 1100010 1110101 0 110010 101001 10111 101011100 101110 111010

Color Harmonies of #C56275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56275

Black with #C56275

Text Example


Text Example

White with #C56275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56275; }

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

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

background-color css

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

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

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

border-color css

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

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

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