Html Css Color HEX #D5436A Cabaret

📋 copy color: '#D5436A'

red 213 ◦ green 67 ◦ blue 106

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

Shades of Cabaret #D5436A

Tints of Cabaret #D5436A

RGB

 RED value IS 213 (83.59% from 255) = 55.18%

 GREEN value IS 67 (26.56% from 255) = 17.36%

 BLUE value IS 106 (41.8% from 255) = 27.46%

R = 55.18%
G = 17.36%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5436A (or 0xD5436A) is known color: Cabaret. HEX triplet: D5, 43 and 6A. RGB value is (213,67,106). Sum of RGB (Red+Green+Blue) = 213+67+106=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D5436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5436A is #2ABC95. Grayscale: #737373. Windows color (decimal): -2800790 or 6964181. OLE color: 6964181.

HSL color Cylindrical-coordinate representation of color #D5436A: hue angle of 343.97º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5436A is Cyan = 0, Magento = 0.69, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 106 -
CMYK 0 0.69 0.50 0.16
HSL 343.97º 0.63% 0.55% -
HSV(B) 343.97º 0.69% 0.84% -
XYZ 32.05 19.2 15.65 -
YUV 115.1 122.87 197.83 -
System Red Green Blue C M Y K H S L
Decimal 213 67 106 0 0.69 0.50 0.16 343.97 0.63 0.55
Hex D5 43 6A 0 45 32 10 158 3F 37
Octal 325 103 152 0 105 62 20 530 77 67
Binary 11010101 1000011 1101010 0 1000101 110010 10000 101011000 111111 110111

Color Harmonies of #D5436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5436A

Black with #D5436A

Text Example


Text Example

White with #D5436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5436A; }

 p { color: rgb(213,67,106); }

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

background-color css

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

 a { background-color: rgb(213,67,106); }

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

border-color css

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

 span { border-color: rgb(213,67,106); }

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