Html Css Color HEX #C56072 Cabaret

📋 copy color: '#C56072'

red 197 ◦ green 96 ◦ blue 114

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

Shades of Cabaret #C56072

Tints of Cabaret #C56072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 48.4%
G = 23.59%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C56072 (or 0xC56072) is known color: Cabaret. HEX triplet: C5, 60 and 72. RGB value is (197,96,114). Sum of RGB (Red+Green+Blue) = 197+96+114=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C56072 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56072 is #3A9F8D. Grayscale: #808080. Windows color (decimal): -3841934 or 7495877. OLE color: 7495877.

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

Color convert

RGB 197 96 114 -
CMYK 0 0.51 0.42 0.23
HSL 349.31º 0.47% 0.57% -
HSV(B) 349.31º 0.51% 0.77% -
XYZ 30.25 21.45 18.47 -
YUV 128.25 119.96 177.04 -
System Red Green Blue C M Y K H S L
Decimal 197 96 114 0 0.51 0.42 0.23 349.31 0.47 0.57
Hex C5 60 72 0 33 2A 17 15D 2F 39
Octal 305 140 162 0 63 52 27 535 57 71
Binary 11000101 1100000 1110010 0 110011 101010 10111 101011101 101111 111001

Color Harmonies of #C56072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56072

Black with #C56072

Text Example


Text Example

White with #C56072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56072; }

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

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

background-color css

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

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

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

border-color css

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

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

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