Html Css Color HEX #C0686D Cabaret

📋 copy color: '#C0686D'

red 192 ◦ green 104 ◦ blue 109

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

Shades of Cabaret #C0686D

Tints of Cabaret #C0686D

RGB

 RED value IS 192 (75.39% from 255) = 47.41%

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

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 47.41%
G = 25.68%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0686D (or 0xC0686D) is known color: Cabaret. HEX triplet: C0, 68 and 6D. RGB value is (192,104,109). Sum of RGB (Red+Green+Blue) = 192+104+109=405 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.41% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 192 - color contains mainly: red. Hex color #C0686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0686D is #3F9792. Grayscale: #828282. Windows color (decimal): -4167571 or 7170240. OLE color: 7170240.

HSL color Cylindrical-coordinate representation of color #C0686D: hue angle of 356.59º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0686D is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 109 -
CMYK 0 0.46 0.43 0.25
HSL 356.59º 0.41% 0.58% -
HSV(B) 356.59º 0.46% 0.75% -
XYZ 29.45 22.21 17.2 -
YUV 130.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 192 104 109 0 0.46 0.43 0.25 356.59 0.41 0.58
Hex C0 68 6D 0 2E 2B 19 165 29 3A
Octal 300 150 155 0 56 53 31 545 51 72
Binary 11000000 1101000 1101101 0 101110 101011 11001 101100101 101001 111010

Color Harmonies of #C0686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0686D

Black with #C0686D

Text Example


Text Example

White with #C0686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0686D; }

 p { color: rgb(192,104,109); }

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

background-color css

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

 a { background-color: rgb(192,104,109); }

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

border-color css

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

 span { border-color: rgb(192,104,109); }

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