#D65C6A

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

Shades of Cabaret #D65C6A

Tints of Cabaret #D65C6A

Color information

#D65C6A (or 0xD65C6A) is unknown color: approx Cabaret. HEX triplet: D6, 5C and 6A. RGB value is (214,92,106). Sum of RGB (Red+Green+Blue) = 214+92+106=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C6A is #29A395. Grayscale: #828282. Windows color (decimal): -2728854 or 6970582. OLE color: 6970582.

HSL color Cylindrical-coordinate representation of color #D65C6A: hue angle of 353.11º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D65C6A is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB21492106-
CMYK00.570.500.16
HSL353.11º59.8%60%-
HSV(B)353.11º57.01%83.92%-
XYZ34.1622.9916.27-
YUV130.07114.42187.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.94%
GREEN value IS 92 (36.33% from 255) = 22.33%
BLUE value IS 106 (41.80% from 255) = 25.73%
R=51.94%
G=22.33%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149210600.570.500.16353.1159.860
HexD65C6A03932101613c3c
Octal32613415207162205417474
Binary1101011010111001101010011100111001010000101100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C6A; }

 p { color: rgb(214,92,106); }

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

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

 a { background-color: rgb(214,92,106); }

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

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

 span { border-color: rgb(214,92,106); }

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