Html Css Color HEX #C56075 Cabaret

📋 copy color: '#C56075'

red 197 ◦ green 96 ◦ blue 117

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

Shades of Cabaret #C56075

Tints of Cabaret #C56075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

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

R = 48.05%
G = 23.41%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C56075 (or 0xC56075) is known color: Cabaret. HEX triplet: C5, 60 and 75. RGB value is (197,96,117). Sum of RGB (Red+Green+Blue) = 197+96+117=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C56075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56075 is #3A9F8A. Grayscale: #808080. Windows color (decimal): -3841931 or 7692485. OLE color: 7692485.

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

Color convert

RGB 197 96 117 -
CMYK 0 0.51 0.41 0.23
HSL 347.52º 0.47% 0.57% -
HSV(B) 347.52º 0.51% 0.77% -
XYZ 30.42 21.52 19.38 -
YUV 128.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 197 96 117 0 0.51 0.41 0.23 347.52 0.47 0.57
Hex C5 60 75 0 33 29 17 15C 2F 39
Octal 305 140 165 0 63 51 27 534 57 71
Binary 11000101 1100000 1110101 0 110011 101001 10111 101011100 101111 111001

Color Harmonies of #C56075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56075

Black with #C56075

Text Example


Text Example

White with #C56075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56075; }

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

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

background-color css

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

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

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

border-color css

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

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

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