Html Css Color HEX #D35C6D Cabaret

📋 copy color: '#D35C6D'

red 211 ◦ green 92 ◦ blue 109

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

Shades of Cabaret #D35C6D

Tints of Cabaret #D35C6D

RGB

 RED value IS 211 (82.81% from 255) = 51.21%

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

 BLUE value IS 109 (42.97% from 255) = 26.46%

R = 51.21%
G = 22.33%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D35C6D (or 0xD35C6D) is known color: Cabaret. HEX triplet: D3, 5C and 6D. RGB value is (211,92,109). Sum of RGB (Red+Green+Blue) = 211+92+109=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 92 (36.33% from 255 or 22.33% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C6D is #2CA392. Grayscale: #818181. Windows color (decimal): -2925459 or 7167187. OLE color: 7167187.

HSL color Cylindrical-coordinate representation of color #D35C6D: hue angle of 351.43º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D35C6D is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 92 109 -
CMYK 0 0.56 0.48 0.17
HSL 351.43º 0.57% 0.59% -
HSV(B) 351.43º 0.56% 0.83% -
XYZ 33.45 22.61 17.07 -
YUV 129.52 116.42 186.12 -
System Red Green Blue C M Y K H S L
Decimal 211 92 109 0 0.56 0.48 0.17 351.43 0.57 0.59
Hex D3 5C 6D 0 38 30 11 15F 39 3B
Octal 323 134 155 0 70 60 21 537 71 73
Binary 11010011 1011100 1101101 0 111000 110000 10001 101011111 111001 111011

Color Harmonies of #D35C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35C6D

Black with #D35C6D

Text Example


Text Example

White with #D35C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35C6D; }

 p { color: rgb(211,92,109); }

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

background-color css

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

 a { background-color: rgb(211,92,109); }

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

border-color css

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

 span { border-color: rgb(211,92,109); }

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