Html Css Color HEX #C2686C Cabaret

📋 copy color: '#C2686C'

red 194 ◦ green 104 ◦ blue 108

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

Shades of Cabaret #C2686C

Tints of Cabaret #C2686C

RGB

 RED value IS 194 (76.17% from 255) = 47.78%

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

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

R = 47.78%
G = 25.62%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2686C (or 0xC2686C) is known color: Cabaret. HEX triplet: C2, 68 and 6C. RGB value is (194,104,108). Sum of RGB (Red+Green+Blue) = 194+104+108=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 104 (41.02% from 255 or 25.62% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2686C is #3D9793. Grayscale: #838383. Windows color (decimal): -4036500 or 7104706. OLE color: 7104706.

HSL color Cylindrical-coordinate representation of color #C2686C: hue angle of 357.33º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2686C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 104 108 -
CMYK 0 0.46 0.44 0.24
HSL 357.33º 0.42% 0.58% -
HSV(B) 357.33º 0.46% 0.76% -
XYZ 29.91 22.45 16.94 -
YUV 131.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 194 104 108 0 0.46 0.44 0.24 357.33 0.42 0.58
Hex C2 68 6C 0 2E 2C 18 165 2A 3A
Octal 302 150 154 0 56 54 30 545 52 72
Binary 11000010 1101000 1101100 0 101110 101100 11000 101100101 101010 111010

Color Harmonies of #C2686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2686C

Black with #C2686C

Text Example


Text Example

White with #C2686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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