Html Css Color HEX #D5606A Cabaret

📋 copy color: '#D5606A'

red 213 ◦ green 96 ◦ blue 106

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

Shades of Cabaret #D5606A

Tints of Cabaret #D5606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 51.33%
G = 23.13%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D5606A (or 0xD5606A) is known color: Cabaret. HEX triplet: D5, 60 and 6A. RGB value is (213,96,106). Sum of RGB (Red+Green+Blue) = 213+96+106=415 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.33% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 106 (41.80% from 255 or 25.54% from 415); Max value from RGB is 213 - color contains mainly: red. Hex color #D5606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5606A is #2A9F95. Grayscale: #848484. Windows color (decimal): -2793366 or 6971605. OLE color: 6971605.

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

Color convert

RGB 213 96 106 -
CMYK 0 0.55 0.50 0.16
HSL 354.87º 0.58% 0.61% -
HSV(B) 354.87º 0.55% 0.84% -
XYZ 34.22 23.55 16.38 -
YUV 132.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 213 96 106 0 0.55 0.50 0.16 354.87 0.58 0.61
Hex D5 60 6A 0 37 32 10 163 3A 3D
Octal 325 140 152 0 67 62 20 543 72 75
Binary 11010101 1100000 1101010 0 110111 110010 10000 101100011 111010 111101

Color Harmonies of #D5606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5606A

Black with #D5606A

Text Example


Text Example

White with #D5606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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