Html Css Color HEX #C75766 Cabaret

📋 copy color: '#C75766'

red 199 ◦ green 87 ◦ blue 102

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

Shades of Cabaret #C75766

Tints of Cabaret #C75766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.42%

 BLUE value IS 102 (40.23% from 255) = 26.29%

R = 51.29%
G = 22.42%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.22

RGB Variations

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

Color information

#C75766 (or 0xC75766) is known color: Cabaret. HEX triplet: C7, 57 and 66. RGB value is (199,87,102). Sum of RGB (Red+Green+Blue) = 199+87+102=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 102 (40.23% from 255 or 26.29% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C75766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75766 is #38A899. Grayscale: #7A7A7A. Windows color (decimal): -3713178 or 6707143. OLE color: 6707143.

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

Color convert

RGB 199 87 102 -
CMYK 0 0.56 0.49 0.22
HSL 351.96º 0.5% 0.56% -
HSV(B) 351.96º 0.56% 0.78% -
XYZ 29.36 19.92 14.87 -
YUV 122.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 199 87 102 0 0.56 0.49 0.22 351.96 0.5 0.56
Hex C7 57 66 0 38 31 16 160 32 38
Octal 307 127 146 0 70 61 26 540 62 70
Binary 11000111 1010111 1100110 0 111000 110001 10110 101100000 110010 111000

Color Harmonies of #C75766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75766

Black with #C75766

Text Example


Text Example

White with #C75766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75766; }

 p { color: rgb(199,87,102); }

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

background-color css

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

 a { background-color: rgb(199,87,102); }

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

border-color css

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

 span { border-color: rgb(199,87,102); }

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