Html Css Color HEX #C76375 Cabaret

📋 copy color: '#C76375'

red 199 ◦ green 99 ◦ blue 117

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

Shades of Cabaret #C76375

Tints of Cabaret #C76375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.86%

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

R = 47.95%
G = 23.86%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76375 (or 0xC76375) is known color: Cabaret. HEX triplet: C7, 63 and 75. RGB value is (199,99,117). Sum of RGB (Red+Green+Blue) = 199+99+117=415 (54% of max value = 765). Red value is 199 (78.12% from 255 or 47.95% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 199 - color contains mainly: red. Hex color #C76375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76375 is #389C8A. Grayscale: #828282. Windows color (decimal): -3710091 or 7693255. OLE color: 7693255.

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

Color convert

RGB 199 99 117 -
CMYK 0 0.50 0.41 0.22
HSL 349.2º 0.47% 0.58% -
HSV(B) 349.2º 0.5% 0.78% -
XYZ 31.23 22.35 19.5 -
YUV 130.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 199 99 117 0 0.50 0.41 0.22 349.2 0.47 0.58
Hex C7 63 75 0 32 29 16 15D 2F 3A
Octal 307 143 165 0 62 51 26 535 57 72
Binary 11000111 1100011 1110101 0 110010 101001 10110 101011101 101111 111010

Color Harmonies of #C76375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76375

Black with #C76375

Text Example


Text Example

White with #C76375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76375; }

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

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

background-color css

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

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

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

border-color css

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

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

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