Html Css Color HEX #D4606A Cabaret

📋 copy color: '#D4606A'

red 212 ◦ green 96 ◦ blue 106

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

Shades of Cabaret #D4606A

Tints of Cabaret #D4606A

RGB

 RED value IS 212 (83.2% from 255) = 51.21%

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

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

R = 51.21%
G = 23.19%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D4606A (or 0xD4606A) is known color: Cabaret. HEX triplet: D4, 60 and 6A. RGB value is (212,96,106). Sum of RGB (Red+Green+Blue) = 212+96+106=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D4606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4606A is #2B9F95. Grayscale: #838383. Windows color (decimal): -2858902 or 6971604. OLE color: 6971604.

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

Color convert

RGB 212 96 106 -
CMYK 0 0.55 0.5 0.17
HSL 354.83º 0.57% 0.6% -
HSV(B) 354.83º 0.55% 0.83% -
XYZ 33.94 23.4 16.36 -
YUV 131.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 212 96 106 0 0.55 0.5 0.17 354.83 0.57 0.6
Hex D4 60 6A 0 37 32 11 163 39 3C
Octal 324 140 152 0 67 62 21 543 71 74
Binary 11010100 1100000 1101010 0 110111 110010 10001 101100011 111001 111100

Color Harmonies of #D4606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4606A

Black with #D4606A

Text Example


Text Example

White with #D4606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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