Html Css Color HEX #C5686C Cabaret

📋 copy color: '#C5686C'

red 197 ◦ green 104 ◦ blue 108

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

Shades of Cabaret #C5686C

Tints of Cabaret #C5686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.41%

R = 48.17%
G = 25.43%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5686C (or 0xC5686C) is known color: Cabaret. HEX triplet: C5, 68 and 6C. RGB value is (197,104,108). Sum of RGB (Red+Green+Blue) = 197+104+108=409 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.17% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 108 (42.58% from 255 or 26.41% from 409); Max value from RGB is 197 - color contains mainly: red. Hex color #C5686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5686C is #3A9793. Grayscale: #848484. Windows color (decimal): -3839892 or 7104709. OLE color: 7104709.

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

Color convert

RGB 197 104 108 -
CMYK 0 0.47 0.45 0.23
HSL 357.42º 0.44% 0.59% -
HSV(B) 357.42º 0.47% 0.77% -
XYZ 30.68 22.85 16.98 -
YUV 132.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 197 104 108 0 0.47 0.45 0.23 357.42 0.44 0.59
Hex C5 68 6C 0 2F 2D 17 165 2C 3B
Octal 305 150 154 0 57 55 27 545 54 73
Binary 11000101 1101000 1101100 0 101111 101101 10111 101100101 101100 111011

Color Harmonies of #C5686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5686C

Black with #C5686C

Text Example


Text Example

White with #C5686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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