Html Css Color HEX #D95C70 Cabaret

📋 copy color: '#D95C70'

red 217 ◦ green 92 ◦ blue 112

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

Shades of Cabaret #D95C70

Tints of Cabaret #D95C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.6%

R = 51.54%
G = 21.85%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D95C70 (or 0xD95C70) is known color: Cabaret. HEX triplet: D9, 5C and 70. RGB value is (217,92,112). Sum of RGB (Red+Green+Blue) = 217+92+112=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C70 is #26A38F. Grayscale: #838383. Windows color (decimal): -2532240 or 7363801. OLE color: 7363801.

HSL color Cylindrical-coordinate representation of color #D95C70: hue angle of 350.4º 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 #D95C70 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 92 112 -
CMYK 0 0.58 0.48 0.15
HSL 350.4º 0.62% 0.61% -
HSV(B) 350.4º 0.58% 0.85% -
XYZ 35.37 23.58 18.02 -
YUV 131.66 116.91 188.87 -
System Red Green Blue C M Y K H S L
Decimal 217 92 112 0 0.58 0.48 0.15 350.4 0.62 0.61
Hex D9 5C 70 0 3A 30 F 15E 3E 3D
Octal 331 134 160 0 72 60 17 536 76 75
Binary 11011001 1011100 1110000 0 111010 110000 1111 101011110 111110 111101

Color Harmonies of #D95C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C70

Black with #D95C70

Text Example


Text Example

White with #D95C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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