Html Css Color HEX #C76475 Cabaret

📋 copy color: '#C76475'

red 199 ◦ green 100 ◦ blue 117

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

Shades of Cabaret #C76475

Tints of Cabaret #C76475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.04%

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

R = 47.84%
G = 24.04%
B = 28.13%

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

#C76475 (or 0xC76475) is known color: Cabaret. HEX triplet: C7, 64 and 75. RGB value is (199,100,117). Sum of RGB (Red+Green+Blue) = 199+100+117=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 100 (39.45% from 255 or 24.04% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C76475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76475 is #389B8A. Grayscale: #838383. Windows color (decimal): -3709835 or 7693511. OLE color: 7693511.

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

Color convert

RGB 199 100 117 -
CMYK 0 0.50 0.41 0.22
HSL 349.7º 0.47% 0.59% -
HSV(B) 349.7º 0.5% 0.78% -
XYZ 31.32 22.54 19.53 -
YUV 131.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 199 100 117 0 0.50 0.41 0.22 349.7 0.47 0.59
Hex C7 64 75 0 32 29 16 15E 2F 3B
Octal 307 144 165 0 62 51 26 536 57 73
Binary 11000111 1100100 1110101 0 110010 101001 10110 101011110 101111 111011

Color Harmonies of #C76475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76475

Black with #C76475

Text Example


Text Example

White with #C76475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76475; }

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

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

background-color css

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

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

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

border-color css

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

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

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