Html Css Color HEX #D05C75 Cabaret

📋 copy color: '#D05C75'

red 208 ◦ green 92 ◦ blue 117

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

Shades of Cabaret #D05C75

Tints of Cabaret #D05C75

RGB

 RED value IS 208 (81.64% from 255) = 49.88%

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

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 49.88%
G = 22.06%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D05C75 (or 0xD05C75) is known color: Cabaret. HEX triplet: D0, 5C and 75. RGB value is (208,92,117). Sum of RGB (Red+Green+Blue) = 208+92+117=417 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.88% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C75 is #2FA38A. Grayscale: #818181. Windows color (decimal): -3122059 or 7691472. OLE color: 7691472.

HSL color Cylindrical-coordinate representation of color #D05C75: hue angle of 347.07º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05C75 is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 92 117 -
CMYK 0 0.56 0.44 0.18
HSL 347.07º 0.55% 0.59% -
HSV(B) 347.07º 0.56% 0.82% -
XYZ 33.05 22.35 19.4 -
YUV 129.53 120.93 183.97 -
System Red Green Blue C M Y K H S L
Decimal 208 92 117 0 0.56 0.44 0.18 347.07 0.55 0.59
Hex D0 5C 75 0 38 2C 12 15B 37 3B
Octal 320 134 165 0 70 54 22 533 67 73
Binary 11010000 1011100 1110101 0 111000 101100 10010 101011011 110111 111011

Color Harmonies of #D05C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05C75

Black with #D05C75

Text Example


Text Example

White with #D05C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05C75; }

 p { color: rgb(208,92,117); }

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

background-color css

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

 a { background-color: rgb(208,92,117); }

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

border-color css

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

 span { border-color: rgb(208,92,117); }

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