Html Css Color HEX #C5686F Cabaret

📋 copy color: '#C5686F'

red 197 ◦ green 104 ◦ blue 111

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

Shades of Cabaret #C5686F

Tints of Cabaret #C5686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.24%

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 47.82%
G = 25.24%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C5686F (or 0xC5686F) is known color: Cabaret. HEX triplet: C5, 68 and 6F. RGB value is (197,104,111). Sum of RGB (Red+Green+Blue) = 197+104+111=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 104 (41.02% from 255 or 25.24% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C5686F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5686F is #3A9790. Grayscale: #848484. Windows color (decimal): -3839889 or 7301317. OLE color: 7301317.

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

Color convert

RGB 197 104 111 -
CMYK 0 0.47 0.44 0.23
HSL 355.48º 0.44% 0.59% -
HSV(B) 355.48º 0.47% 0.77% -
XYZ 30.85 22.92 17.84 -
YUV 132.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 197 104 111 0 0.47 0.44 0.23 355.48 0.44 0.59
Hex C5 68 6F 0 2F 2C 17 163 2C 3B
Octal 305 150 157 0 57 54 27 543 54 73
Binary 11000101 1101000 1101111 0 101111 101100 10111 101100011 101100 111011

Color Harmonies of #C5686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5686F

Black with #C5686F

Text Example


Text Example

White with #C5686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5686F; }

 p { color: rgb(197,104,111); }

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

background-color css

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

 a { background-color: rgb(197,104,111); }

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

border-color css

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

 span { border-color: rgb(197,104,111); }

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