Html Css Color HEX #C76975 Cabaret

📋 copy color: '#C76975'

red 199 ◦ green 105 ◦ blue 117

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

Shades of Cabaret #C76975

Tints of Cabaret #C76975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.94%

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

R = 47.27%
G = 24.94%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C76975 (or 0xC76975) is known color: Cabaret. HEX triplet: C7, 69 and 75. RGB value is (199,105,117). Sum of RGB (Red+Green+Blue) = 199+105+117=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C76975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C76975 is #38968A. Grayscale: #868686. Windows color (decimal): -3708555 or 7694791. OLE color: 7694791.

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

Color convert

RGB 199 105 117 -
CMYK 0 0.47 0.41 0.22
HSL 352.34º 0.46% 0.6% -
HSV(B) 352.34º 0.47% 0.78% -
XYZ 31.82 23.53 19.69 -
YUV 134.47 118.14 174.02 -
System Red Green Blue C M Y K H S L
Decimal 199 105 117 0 0.47 0.41 0.22 352.34 0.46 0.6
Hex C7 69 75 0 2F 29 16 160 2E 3C
Octal 307 151 165 0 57 51 26 540 56 74
Binary 11000111 1101001 1110101 0 101111 101001 10110 101100000 101110 111100

Color Harmonies of #C76975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76975

Black with #C76975

Text Example


Text Example

White with #C76975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76975; }

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

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

background-color css

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

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

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

border-color css

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

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

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