#C75F69

Color #C75F69 Cabaret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabaret #C75F69

Tints of Cabaret #C75F69

Color information

#C75F69 (or 0xC75F69) is unknown color: approx Cabaret. HEX triplet: C7, 5F and 69. RGB value is (199,95,105). Sum of RGB (Red+Green+Blue) = 199+95+105=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C75F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C75F69 is #38A096. Grayscale: #7F7F7F. Windows color (decimal): -3711127 or 6905799. OLE color: 6905799.

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

Color convert

RGB19995105-
CMYK00.520.470.22
HSL354.23º48.15%57.65%-
HSV(B)354.23º52.26%78.04%-
XYZ30.221.3515.89-
YUV127.24115.46179.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 49.87%
GREEN value IS 95 (37.5% from 255) = 23.81%
BLUE value IS 105 (41.41% from 255) = 26.32%
R=49.87%
G=23.81%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1999510500.520.470.22354.2348.1557.65
HexC75F690342F16162303a
Octal30713715106457265426072
Binary1100011110111111101001011010010111110110101100010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75F69; }

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

 H1.HeaderClassName
 {
   color: #C75F69;
 }
 .AnyTagClassName
 {
   color: #C75F69;
 }
</style>
background-color css

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

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

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

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

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

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