Html Css Color HEX #D05669 Cabaret

📋 copy color: '#D05669'

red 208 ◦ green 86 ◦ blue 105

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

Shades of Cabaret #D05669

Tints of Cabaret #D05669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.55%

 BLUE value IS 105 (41.41% from 255) = 26.32%

R = 52.13%
G = 21.55%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D05669 (or 0xD05669) is known color: Cabaret. HEX triplet: D0, 56 and 69. RGB value is (208,86,105). Sum of RGB (Red+Green+Blue) = 208+86+105=399 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.13% from 399); Green value is 86 (33.98% from 255 or 21.55% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 208 - color contains mainly: red. Hex color #D05669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05669 is #2FA996. Grayscale: #7C7C7C. Windows color (decimal): -3123607 or 6903504. OLE color: 6903504.

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

Color convert

RGB 208 86 105 -
CMYK 0 0.59 0.50 0.18
HSL 350.66º 0.56% 0.58% -
HSV(B) 350.66º 0.59% 0.82% -
XYZ 31.89 21.09 15.75 -
YUV 124.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 208 86 105 0 0.59 0.50 0.18 350.66 0.56 0.58
Hex D0 56 69 0 3B 32 12 15F 38 3A
Octal 320 126 151 0 73 62 22 537 70 72
Binary 11010000 1010110 1101001 0 111011 110010 10010 101011111 111000 111010

Color Harmonies of #D05669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05669

Black with #D05669

Text Example


Text Example

White with #D05669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05669; }

 p { color: rgb(208,86,105); }

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

background-color css

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

 a { background-color: rgb(208,86,105); }

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

border-color css

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

 span { border-color: rgb(208,86,105); }

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