Html Css Color HEX #C7486D Cabaret

📋 copy color: '#C7486D'

red 199 ◦ green 72 ◦ blue 109

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

Shades of Cabaret #C7486D

Tints of Cabaret #C7486D

RGB

 RED value IS 199 (78.13% from 255) = 52.37%

 GREEN value IS 72 (28.52% from 255) = 18.95%

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

R = 52.37%
G = 18.95%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.22

RGB Variations

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

Color information

#C7486D (or 0xC7486D) is known color: Cabaret. HEX triplet: C7, 48 and 6D. RGB value is (199,72,109). Sum of RGB (Red+Green+Blue) = 199+72+109=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C7486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7486D is #38B792. Grayscale: #727272. Windows color (decimal): -3717011 or 7162055. OLE color: 7162055.

HSL color Cylindrical-coordinate representation of color #C7486D: hue angle of 342.52º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7486D is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 109 -
CMYK 0 0.64 0.45 0.22
HSL 342.52º 0.53% 0.53% -
HSV(B) 342.52º 0.64% 0.78% -
XYZ 28.63 17.88 16.41 -
YUV 114.19 125.08 188.49 -
System Red Green Blue C M Y K H S L
Decimal 199 72 109 0 0.64 0.45 0.22 342.52 0.53 0.53
Hex C7 48 6D 0 40 2D 16 157 35 35
Octal 307 110 155 0 100 55 26 527 65 65
Binary 11000111 1001000 1101101 0 1000000 101101 10110 101010111 110101 110101

Color Harmonies of #C7486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7486D

Black with #C7486D

Text Example


Text Example

White with #C7486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7486D; }

 p { color: rgb(199,72,109); }

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

background-color css

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

 a { background-color: rgb(199,72,109); }

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

border-color css

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

 span { border-color: rgb(199,72,109); }

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