Html Css Color HEX #C76575 Cabaret

📋 copy color: '#C76575'

red 199 ◦ green 101 ◦ blue 117

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

Shades of Cabaret #C76575

Tints of Cabaret #C76575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.22%

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 47.72%
G = 24.22%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76575 (or 0xC76575) is known color: Cabaret. HEX triplet: C7, 65 and 75. RGB value is (199,101,117). Sum of RGB (Red+Green+Blue) = 199+101+117=417 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.72% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 199 - color contains mainly: red. Hex color #C76575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76575 is #389A8A. Grayscale: #848484. Windows color (decimal): -3709579 or 7693767. OLE color: 7693767.

HSL color Cylindrical-coordinate representation of color #C76575: hue angle of 350.2º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C76575 is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 101 117 -
CMYK 0 0.49 0.41 0.22
HSL 350.2º 0.47% 0.59% -
HSV(B) 350.2º 0.49% 0.78% -
XYZ 31.42 22.73 19.56 -
YUV 132.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 199 101 117 0 0.49 0.41 0.22 350.2 0.47 0.59
Hex C7 65 75 0 31 29 16 15E 2F 3B
Octal 307 145 165 0 61 51 26 536 57 73
Binary 11000111 1100101 1110101 0 110001 101001 10110 101011110 101111 111011

Color Harmonies of #C76575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76575

Black with #C76575

Text Example


Text Example

White with #C76575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76575; }

 p { color: rgb(199,101,117); }

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

background-color css

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

 a { background-color: rgb(199,101,117); }

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

border-color css

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

 span { border-color: rgb(199,101,117); }

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