#C95F6A

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

Shades of Cabaret #C95F6A

Tints of Cabaret #C95F6A

Color information

#C95F6A (or 0xC95F6A) is unknown color: approx Cabaret. HEX triplet: C9, 5F and 6A. RGB value is (201,95,106). Sum of RGB (Red+Green+Blue) = 201+95+106=402 (53% of max value = 765). Red value is 201 (78.91% from 255 or 50% from 402); Green value is 95 (37.5% from 255 or 23.63% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 201 - color contains mainly: red. Hex color #C95F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C95F6A is #36A095. Grayscale: #808080. Windows color (decimal): -3580054 or 6971337. OLE color: 6971337.

HSL color Cylindrical-coordinate representation of color #C95F6A: hue angle of 353.77º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C95F6A is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB20195106-
CMYK00.530.470.21
HSL353.77º49.53%58.04%-
HSV(B)353.77º52.74%78.82%-
XYZ30.7821.6416.19-
YUV127.95115.62180.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50%
GREEN value IS 95 (37.5% from 255) = 23.63%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=50%
G=23.63%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2019510600.530.470.21353.7749.5358.04
HexC95F6A0352F15162323a
Octal31113715206557255426272
Binary1100100110111111101010011010110111110101101100010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95F6A; }

 p { color: rgb(201,95,106); }

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

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

 a { background-color: rgb(201,95,106); }

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

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

 span { border-color: rgb(201,95,106); }

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