Html Css Color HEX #C0676D Cabaret

📋 copy color: '#C0676D'

red 192 ◦ green 103 ◦ blue 109

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

Shades of Cabaret #C0676D

Tints of Cabaret #C0676D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.5%

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

R = 47.52%
G = 25.5%
B = 26.98%

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

#C0676D (or 0xC0676D) is known color: Cabaret. HEX triplet: C0, 67 and 6D. RGB value is (192,103,109). Sum of RGB (Red+Green+Blue) = 192+103+109=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0676D is #3F9892. Grayscale: #828282. Windows color (decimal): -4167827 or 7169984. OLE color: 7169984.

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

Color convert

RGB 192 103 109 -
CMYK 0 0.46 0.43 0.25
HSL 355.96º 0.41% 0.58% -
HSV(B) 355.96º 0.46% 0.75% -
XYZ 29.35 22.01 17.17 -
YUV 130.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 192 103 109 0 0.46 0.43 0.25 355.96 0.41 0.58
Hex C0 67 6D 0 2E 2B 19 164 29 3A
Octal 300 147 155 0 56 53 31 544 51 72
Binary 11000000 1100111 1101101 0 101110 101011 11001 101100100 101001 111010

Color Harmonies of #C0676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0676D

Black with #C0676D

Text Example


Text Example

White with #C0676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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