Html Css Color HEX #D05C6B Cabaret

📋 copy color: '#D05C6B'

red 208 ◦ green 92 ◦ blue 107

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

Shades of Cabaret #D05C6B

Tints of Cabaret #D05C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 51.11%
G = 22.6%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D05C6B (or 0xD05C6B) is known color: Cabaret. HEX triplet: D0, 5C and 6B. RGB value is (208,92,107). Sum of RGB (Red+Green+Blue) = 208+92+107=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C6B is #2FA394. Grayscale: #808080. Windows color (decimal): -3122069 or 7036112. OLE color: 7036112.

HSL color Cylindrical-coordinate representation of color #D05C6B: hue angle of 352.24º 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 #D05C6B is Cyan = 0, Magento = 0.56, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 92 107 -
CMYK 0 0.56 0.49 0.18
HSL 352.24º 0.55% 0.59% -
HSV(B) 352.24º 0.56% 0.82% -
XYZ 32.49 22.13 16.47 -
YUV 128.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 208 92 107 0 0.56 0.49 0.18 352.24 0.55 0.59
Hex D0 5C 6B 0 38 31 12 160 37 3B
Octal 320 134 153 0 70 61 22 540 67 73
Binary 11010000 1011100 1101011 0 111000 110001 10010 101100000 110111 111011

Color Harmonies of #D05C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05C6B

Black with #D05C6B

Text Example


Text Example

White with #D05C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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