#D65C67

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

Shades of Cabaret #D65C67

Tints of Cabaret #D65C67

Color information

#D65C67 (or 0xD65C67) is unknown color: approx Cabaret. HEX triplet: D6, 5C and 67. RGB value is (214,92,103). Sum of RGB (Red+Green+Blue) = 214+92+103=409 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.32% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65C67 is #29A398. Grayscale: #818181. Windows color (decimal): -2728857 or 6773974. OLE color: 6773974.

HSL color Cylindrical-coordinate representation of color #D65C67: hue angle of 354.59º 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 #D65C67 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB21492103-
CMYK00.570.520.16
HSL354.59º59.8%60%-
HSV(B)354.59º57.01%83.92%-
XYZ34.0122.9315.47-
YUV129.73112.92188.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.32%
GREEN value IS 92 (36.33% from 255) = 22.49%
BLUE value IS 103 (40.62% from 255) = 25.18%
R=52.32%
G=22.49%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2149210300.570.520.16354.5959.860
HexD65C6703934101633c3c
Octal32613414707164205437474
Binary1101011010111001100111011100111010010000101100011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65C67; }

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

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

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

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

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

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

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

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