Html Css Color HEX #C0686C Cabaret

📋 copy color: '#C0686C'

red 192 ◦ green 104 ◦ blue 108

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

Shades of Cabaret #C0686C

Tints of Cabaret #C0686C

RGB

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

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

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

R = 47.52%
G = 25.74%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0686C (or 0xC0686C) is known color: Cabaret. HEX triplet: C0, 68 and 6C. RGB value is (192,104,108). Sum of RGB (Red+Green+Blue) = 192+104+108=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0686C is #3F9793. Grayscale: #828282. Windows color (decimal): -4167572 or 7104704. OLE color: 7104704.

HSL color Cylindrical-coordinate representation of color #C0686C: hue angle of 357.27º 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 #C0686C is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 104 108 -
CMYK 0 0.46 0.44 0.25
HSL 357.27º 0.41% 0.58% -
HSV(B) 357.27º 0.46% 0.75% -
XYZ 29.4 22.19 16.92 -
YUV 130.77 115.15 171.67 -
System Red Green Blue C M Y K H S L
Decimal 192 104 108 0 0.46 0.44 0.25 357.27 0.41 0.58
Hex C0 68 6C 0 2E 2C 19 165 29 3A
Octal 300 150 154 0 56 54 31 545 51 72
Binary 11000000 1101000 1101100 0 101110 101100 11001 101100101 101001 111010

Color Harmonies of #C0686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0686C

Black with #C0686C

Text Example


Text Example

White with #C0686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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