Html Css Color HEX #D4606F Cabaret

📋 copy color: '#D4606F'

red 212 ◦ green 96 ◦ blue 111

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

Shades of Cabaret #D4606F

Tints of Cabaret #D4606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 26.49%

R = 50.6%
G = 22.91%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4606F (or 0xD4606F) is known color: Cabaret. HEX triplet: D4, 60 and 6F. RGB value is (212,96,111). Sum of RGB (Red+Green+Blue) = 212+96+111=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D4606F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4606F is #2B9F90. Grayscale: #848484. Windows color (decimal): -2858897 or 7299284. OLE color: 7299284.

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

Color convert

RGB 212 96 111 -
CMYK 0 0.55 0.48 0.17
HSL 352.24º 0.57% 0.6% -
HSV(B) 352.24º 0.55% 0.83% -
XYZ 34.2 23.51 17.77 -
YUV 132.39 115.93 184.78 -
System Red Green Blue C M Y K H S L
Decimal 212 96 111 0 0.55 0.48 0.17 352.24 0.57 0.6
Hex D4 60 6F 0 37 30 11 160 39 3C
Octal 324 140 157 0 67 60 21 540 71 74
Binary 11010100 1100000 1101111 0 110111 110000 10001 101100000 111001 111100

Color Harmonies of #D4606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4606F

Black with #D4606F

Text Example


Text Example

White with #D4606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4606F; }

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

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

background-color css

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

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

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

border-color css

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

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

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