Html Css Color HEX #D95C6E Cabaret

📋 copy color: '#D95C6E'

red 217 ◦ green 92 ◦ blue 110

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

Shades of Cabaret #D95C6E

Tints of Cabaret #D95C6E

RGB

 RED value IS 217 (85.16% from 255) = 51.79%

 GREEN value IS 92 (36.33% from 255) = 21.96%

 BLUE value IS 110 (43.36% from 255) = 26.25%

R = 51.79%
G = 21.96%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D95C6E (or 0xD95C6E) is known color: Cabaret. HEX triplet: D9, 5C and 6E. RGB value is (217,92,110). Sum of RGB (Red+Green+Blue) = 217+92+110=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C6E is #26A391. Grayscale: #838383. Windows color (decimal): -2532242 or 7232729. OLE color: 7232729.

HSL color Cylindrical-coordinate representation of color #D95C6E: hue angle of 351.36º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D95C6E is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 92 110 -
CMYK 0 0.58 0.49 0.15
HSL 351.36º 0.62% 0.61% -
HSV(B) 351.36º 0.58% 0.85% -
XYZ 35.26 23.53 17.44 -
YUV 131.43 115.91 189.04 -
System Red Green Blue C M Y K H S L
Decimal 217 92 110 0 0.58 0.49 0.15 351.36 0.62 0.61
Hex D9 5C 6E 0 3A 31 F 15F 3E 3D
Octal 331 134 156 0 72 61 17 537 76 75
Binary 11011001 1011100 1101110 0 111010 110001 1111 101011111 111110 111101

Color Harmonies of #D95C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C6E

Black with #D95C6E

Text Example


Text Example

White with #D95C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C6E; }

 p { color: rgb(217,92,110); }

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

background-color css

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

 a { background-color: rgb(217,92,110); }

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

border-color css

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

 span { border-color: rgb(217,92,110); }

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